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

24 lines
629 B
SCSS

$primary-color: #476592;
$font-color: #6e6e6e;
$font-size: 1em;
$font-family: Arial, sans-serif;
$width: 1220px;
$border-radius: 0;
$nav-background: #f1f1f1 linear-gradient(to bottom, #fefefe 0%, #e0e0e0 100%);
$nav-full-width-background: false;
$nav-color: #1a1b61;
$nav-active-color: $primary-color;
$nav-submenu-background: #f1f1f1;
$nav-submenu-color: #222;
$nav-item-selected-mode: bottom-border;
$nav-item-transform: uppercase;
$border-radius: 3px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-transform: uppercase;
$title-color: white;
$footer-background: #131313;
$footer-color: white;