_variables.scss 700 B

12345678910111213141516171819202122232425262728
  1. // Layout
  2. $horiz-padding: 1rem;
  3. $vert-padding: 2rem 0 2rem;
  4. // Fonts
  5. $title-font-family: $base-font-family, $fallback-font-family !default;
  6. // Header
  7. $header-height-large: 4rem;
  8. $header-height-small: 2.3rem;
  9. $header-color-dark: #222;
  10. $header-text-light: $light-color;
  11. $header-text-dark: darken($dark-color, 15%);
  12. // Dropdown Menu
  13. $dropmenu-bg: $light-color;
  14. $dropmenu-hover-text: $primary-color;
  15. $dropmenu-horiz-padding: 20px;
  16. $dropmenu-vert-padding: 7px;
  17. $dropmenu-child-padding: 10px;
  18. $dropmenu-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  19. // Mobile Menu
  20. $mobile-color-main: $primary-color;
  21. $mobile-color-active: #FFF;
  22. $mobile-color-link: #FFF;
  23. $mobile-button-height: 27px;
  24. $mobile-button-width: 35px;