Advertisement
Btwonu

variables

Dec 31st, 2021
1,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.28 KB | None | 0 0
  1. $font-size-base             : 10px;
  2. $font-weight-base           : 500;
  3. $line-height-base           : 1.5;
  4.  
  5. $ff-sans-serif              : 'freight-neo-pro' , sans-serif;
  6. $ff-sans-serif2             : 'Geogrotesque' , sans-serif;
  7. $ff-sans-serif3             : 'TrioGrotesk' , sans-serif;
  8. $ff-serif                   : Georgia, 'Times New Roman', Times, serif;
  9.  
  10. $t-duration                 : 0.4s;
  11.  
  12. $shell-max-width            : 1640px;
  13. $shell-max-width-small      : 1450px;
  14. $shell-max-width-xsmall     : 1090px;
  15. $shell-max-width-large      : 1800px;
  16. $shell-gutter               : 60px;
  17. $shell-gutter-tablet        : 40px;
  18. $shell-gutter-mobile        : 30px;
  19.  
  20. $c-black                    : #000;
  21. $c-white                    : #fff;
  22. $c-orange                   : #A96240;
  23. $c-green                    : #555D4F;
  24. $c-beige                    : #F5F0E6;
  25. $c-gray                     : #767761;
  26. $c-darkgreen                : #555D4F;
  27. $c-base                     : $c-orange;
  28.  
  29. $responsive-ios             : 812px;
  30. $fluid-desktop              : 1820px;
  31. $fluid-tablet               : 1023px;
  32.  
  33. $breakpoints: (
  34.     mobile-small: 374px,
  35.     mobile-medium: 575px,
  36.     mobile: 767px,
  37.     admin-bar: 782px,
  38.     tablet: 1023px,
  39.     small-desktop: 1199px,
  40.     large-desktop: 1399px,
  41.     extra-large-desktop: 1599px
  42. );
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement