_variables.scss 263 B

1234567891011121314151617
  1. // Body
  2. $body-bg: #f5f8fa;
  3. // Typography
  4. $font-family-sans-serif: "Raleway", sans-serif;
  5. $line-height-base: 1.6;
  6. $text-color: #636b6f;
  7. // Navbar
  8. $navbar-default-bg: #fff;
  9. // Buttons
  10. $btn-default-color: $text-color;
  11. // Panels
  12. $panel-default-heading-bg: #fff;