first commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
// Layout
|
||||
$horiz-padding: 1rem;
|
||||
$vert-padding: 2rem 0 2rem;
|
||||
|
||||
// Fonts
|
||||
$min-responsive-font-size: 16px;
|
||||
$title-font-family: $base-font-family, $fallback-font-family !default;
|
||||
|
||||
// Header
|
||||
$header-height-large: 4rem;
|
||||
$header-height-small: 2.3rem;
|
||||
$header-color-dark: #222;
|
||||
$header-text-light: $light-color;
|
||||
$header-text-dark: darken($dark-color, 15%);
|
||||
|
||||
// Dropdown Menu
|
||||
$dropmenu-bg: $light-color;
|
||||
$dropmenu-hover-text: $primary-color;
|
||||
$dropmenu-horiz-padding: 20px;
|
||||
$dropmenu-vert-padding: 7px;
|
||||
$dropmenu-child-padding: 10px;
|
||||
$dropmenu-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
|
||||
|
||||
// Mobile Menu
|
||||
$mobile-color-main: $primary-color;
|
||||
$mobile-color-active: #FFF;
|
||||
$mobile-color-link: #FFF;
|
||||
$mobile-button-height: 24px;
|
||||
$mobile-button-width: 28px;
|
||||
Reference in New Issue
Block a user