_variables.scss 263 B

12345678910111213
  1. // Color Variables
  2. $primary-color: #f69b1b;
  3. $text-color: #777;
  4. $text-color-dark: #222;
  5. $body-color: #fff;
  6. $border-color: #ECECEC;
  7. $black: #000;
  8. $white: #fff;
  9. $light: rgba(#f9b61a, 0.15);
  10. // Font Variables
  11. $primary-font: 'Lato', sans-serif;
  12. $icon-font: 'themify';