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.
 
 
 
 
 
 

24 lines
395 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. &#error-num
  11. font-size: 170%
  12. vertical-align: middle
  13. &.c1
  14. color: $baseColor1
  15. &.c2
  16. color: $baseColor2
  17. &.c3
  18. color: $baseColor3