Created
December 3, 2019 15:41
-
-
Save LasseRafn/29c5db4a8d2a1aff1470a106232d809a to your computer and use it in GitHub Desktop.
ENV display
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body | |
&:before | |
z-index: 9999999999999 | |
position: fixed | |
width: 100% | |
font-size: 10px | |
left: 0 | |
top: 0 | |
padding: 0 4px | |
line-height: 9px | |
font-weight: bold | |
overflow: hidden | |
white-space: nowrap | |
text-align: center | |
&.local | |
&:before | |
display: block | |
background: red | |
color: rgba(255,255,255,.9) | |
content: "LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL LOCAL" | |
&.staging | |
&:before | |
display: block | |
background: yellow | |
color: rgba(0,0,0,.9) | |
content: "STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING STAGING" | |
&.production | |
&:before | |
display: none !important |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment