Skip to content

Instantly share code, notes, and snippets.

@LasseRafn
Created December 3, 2019 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LasseRafn/29c5db4a8d2a1aff1470a106232d809a to your computer and use it in GitHub Desktop.
Save LasseRafn/29c5db4a8d2a1aff1470a106232d809a to your computer and use it in GitHub Desktop.
ENV display
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