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

20 lines
565 B
SCSS

$primary-color: #0779B7;
$width: 950px;
$mobile-limit: 800px;
$font-size: 0.812em;
$font-family: "Exo 2", arial, helvetica, sans-serif;
$border-radius: 0;
$nav-background: transparent;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-item-background: transparent;
$nav-color: #2A697C;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-menu-color: white;
$button-background: $primary-color;
$title-background: $primary-color;
$title-color: white;
$footer-background: #3F3F3F;
$dashboard-selected-color: $primary-color;