A semantic search engine for source code https://bitshift.benkurtovic.com/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

20 行
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