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-transform: uppercase;
|
||||
position: fixed;
|
||||
bottom: 26px;
|
||||
top: 26px;
|
||||
right: -35px;
|
||||
transform: rotate(-45deg);
|
||||
transform: rotate(45deg);
|
||||
width: 150px;
|
||||
background-color: #008CBA;
|
||||
color: #FFFFFF;
|
||||
padding: 5px;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
z-index: 10;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue