style(dev): staging env more visible
This commit is contained in:
parent
536a03bbb4
commit
6977d0e89f
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 26px;
|
top: 26px;
|
||||||
right: -35px;
|
right: -35px;
|
||||||
transform: rotate(-45deg);
|
transform: rotate(45deg);
|
||||||
width: 150px;
|
width: 150px;
|
||||||
background-color: #008CBA;
|
background-color: #008CBA;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
z-index: 10;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue