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.

variables.sss 453B

1234567891011121314151617181920212223242526272829
  1. // Colors
  2. $blue: #0076A3
  3. $chart-bg: rgba(20,20,20)
  4. $background: #444
  5. $background-light: #505050
  6. $dark: #3F3F3F
  7. $darker: #383838
  8. $light: #BBBBBB
  9. $lighter: #CCCCCC
  10. $primary: #008462
  11. $primary-light: #00D6A3
  12. $primary-lighter: #CEFFF3
  13. $primary-dark: #007351
  14. // Fonts
  15. $sans: 'sans-serif'
  16. $serif: 'serif'
  17. $mono: 'monospace'
  18. // Proportion (to be replaced with modular scale)
  19. $ms: 0.5em
  20. // Circles for add page
  21. $radius: 2.5vw
  22. $path: 4px
  23. $transition: 300ms