You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
628 B

7 years ago
// Layout
$horiz-padding: 1rem;
$vert-padding: 2rem 0 2rem;
// Header
$header-height-large: 4rem;
$header-height-small: 2.3rem;
$header-color: rgba(#0F0F0F, 0.9);
7 years ago
$header-title: #FFF;
$header-text: darken($dark-color, 15%);
// Dropdown Menu
$dropmenu-bg: darken($header-color, 2%);
$dropmenu-hover-text: $light-color;
7 years ago
$dropmenu-horiz-padding: 20px;
$dropmenu-vert-padding: 7px;
$dropmenu-child-padding: 10px;
$dropmenu-shadow: 0 3px 5px rgba(255, 255, 255, 0.1);
7 years ago
// Mobile Menu
$mobile-color-main: $primary-color;
$mobile-color-active: #FFF;
$mobile-color-link: #FFF;
$mobile-button-height: 27px;
$mobile-button-width: 35px;