_settings.scss 305 B

123456789101112131415
  1. //typography
  2. $base-font-family: helvetica, Helvetica CY, Arial, Nimbus Sans L, sans-serif;
  3. $base-font-size: 16px;
  4. //colors
  5. $primary-color: #21212b;
  6. $primary-blue: #7388ff;
  7. $header-color: #b0baeb;
  8. // header
  9. $header-height: 64px;
  10. $header-height-desktop: 48px;
  11. //statics
  12. $path-to-static: 'assets/images/';