123456789101112131415161718192021222324252627 |
- /**
- * React Static Boilerplate
- * https://github.com/koistya/react-static-boilerplate
- * Copyright (c) Konstantin Tarkus (@koistya) | MIT license
- */
- /*
- * Scaffolding
- * -------------------------------------------------------------------------- */
- $body-bg: #f7f7f7;
- $text-color: #333;
- $brand-color: #21ce99;
- /*
- * Typography
- * -------------------------------------------------------------------------- */
- $font-family-base: 'Roboto', 'Helvetica', sans-serif;
- /*
- * Media queries breakpoints
- * -------------------------------------------------------------------------- */
- $screen-sm-min: 768px;
- $screen-md-min: 992px;
- $screen-lg-min: 1200px;
|