NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
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 460B

12345678910111213141516171819202122232425262728
  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: 1vw
  20. $base: 1em
  21. // Circles for add page
  22. $radius: 2.5vw
  23. $path: 4px
  24. $transition: 300ms