No Description

_variables.scss 614B

1234567891011121314151617181920212223242526272829303132
  1. // Body
  2. $body-bg: #f8fafc;
  3. // Typography
  4. $font-family-sans-serif: 'Nunito', sans-serif;
  5. $font-size-base: 0.9rem;
  6. $line-height-base: 1.6;
  7. // Colors
  8. $blue: #3490dc;
  9. $indigo: #6574cd;
  10. $purple: #9561e2;
  11. $pink: #f66d9b;
  12. $red: #e3342f;
  13. $orange: #f6993f;
  14. $yellow: #ffed4a;
  15. $green: #38c172;
  16. $teal: #4dc0b5;
  17. $cyan: #6cb2eb;
  18. // Material Theme
  19. $mdc-theme-primary: #6200ee;
  20. $mdc-theme-secondary: #018786;
  21. $mdc-theme-surface: #ffffff;
  22. $mdc-theme-background: #ffffff;
  23. $mdc-theme-error: #b00020;
  24. $mdc-theme-on-primary: #ffffff;
  25. $mdc-theme-on-secondary: #ffffff;
  26. $mdc-theme-on-error: #b00020;
  27. $mdc-theme-on-surface: #000000;