publik-base-theme/static/gorges/_vars.scss

30 lines
775 B
SCSS

@import '../includes/fonts/catamaran';
$primary-color: #268682;
$width: 1160px;
$font-color: #666;
$font-family: Catamaran, sans-serif;
$font-size: 0.938em;
$nav-background: transparent;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: #a3bf26;
$nav-item-hover-color: #333333;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $primary-color;
$button-hover-background: #a3bf26;
$nav-item-selected-background: transparent;
$link-color: $primary-color;
$title-border-bottom: 3px solid $primary-color;
$title-weight: bold;
$title-color: #fff;
$title-background: $primary-color;
$title-transform: uppercase;
$footer-background: #044440;
$footer-color: white;