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

38 lines
882 B
SCSS

$primary-color: #018b91;
$font-family: Titillium, sans-serif;
$width: 1260px;
$font-color: #161616;
$link-color: #161616;
$font-size: 0.938em;
$nav-background: black;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: white;
$nav-button-background: $primary-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-selected-background: $primary-color;
$nav-item-hover-background: $primary-color;
$nav-item-hover-color: white;
$nav-mobile-mode: hidden;
$nav-mobile-bottom-bar-color: black;
$border-radius: 0;
$button-background: $primary-color;
$cell-border: 0;
$cell-title-cover-border: false;
$title-background: white;
$title-color: $primary-color;
$title-transform: uppercase;
$title-weight: bold;
$cell-entry-hover-background: $primary-color;
$cell-entry-hover-color: white;
$footer-background: #161616;
$footer-color: white;