added 'development' badge when in dev environment
This commit is contained in:
parent
1bfa2553c7
commit
1a52470886
1 changed files with 15 additions and 0 deletions
|
|
@ -8,6 +8,21 @@
|
|||
src: url('../fonts/OpenSans-VariableFont_wdth_wght.ttf');
|
||||
}
|
||||
|
||||
body.env-development::after {
|
||||
content: 'development';
|
||||
//position in left upper corner
|
||||
content: 'development';
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
/* transform: rotate(-90deg); */
|
||||
top: 0;
|
||||
font-size: 11px;
|
||||
background-color: #24ff5d;
|
||||
left: 127px;
|
||||
padding: 5px 10px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**************** Typography ******************/
|
||||
a {
|
||||
color: #a9cd2e;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue