variables.scss 652 B

123456789101112131415161718192021222324252627
  1. /**
  2. * React Static Boilerplate
  3. * https://github.com/koistya/react-static-boilerplate
  4. * Copyright (c) Konstantin Tarkus (@koistya) | MIT license
  5. */
  6. /*
  7. * Scaffolding
  8. * -------------------------------------------------------------------------- */
  9. $body-bg: #f7f7f7;
  10. $text-color: #333;
  11. $brand-color: #21ce99;
  12. /*
  13. * Typography
  14. * -------------------------------------------------------------------------- */
  15. $font-family-base: 'Roboto', 'Helvetica', sans-serif;
  16. /*
  17. * Media queries breakpoints
  18. * -------------------------------------------------------------------------- */
  19. $screen-sm-min: 768px;
  20. $screen-md-min: 992px;
  21. $screen-lg-min: 1200px;