_variables.scss 888 B

12345678910111213141516171819202122232425262728293031
  1. // Fonts
  2. $font-family-base: system-ui, -apple-system, BLinkMacSystemFont, Segoe UI, Roboto,
  3. Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !default;
  4. // Colors
  5. $color-black: #000 !default;
  6. $color-gray: #939393 !default;
  7. $color-pink: #e02177 !default;
  8. $color-red: #D32F2F !default;
  9. $color-green: #1BB240 !default;
  10. $color-orange: #F6A623 !default;
  11. $color-yellow: #FFD600 !default;
  12. $color-white: #fff !default;
  13. $color-almost-white: #FAFAFA !default;
  14. $color-cornflower-blue: #2275D7 !default;
  15. $color-asphalt-gray: #525252 !default;
  16. $color-uppy-pink: #EB2177;
  17. // Z-index
  18. $zIndex-negative: -1000 !default;
  19. $zIndex-1: 100 !default;
  20. $zIndex-2: 1001 !default;
  21. $zIndex-3: 1002 !default;
  22. $zIndex-3: 1003 !default;
  23. $zIndex-4: 1004 !default;
  24. $zIndex-5: 1005 !default;
  25. // Media Queries
  26. $screen-medium: 'only screen and (min-width: 820px)' !default;