A semantic search engine for source code https://bitshift.benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
317 B

  1. @import variables
  2. div#message
  3. color: $baseColor1
  4. font-family: monospace
  5. font-size: 700%
  6. font-weight: normal
  7. margin-top: 8%
  8. text-align: center
  9. span
  10. &.light
  11. color: $baseColor3
  12. &.dark
  13. color: $baseColor2
  14. &.red
  15. color: $baseColor1