publik-base-theme/static/bouches-du-rhone/_vars.scss

40 lines
908 B
SCSS

$primary-color: #5b7197;
$secondary-color: #63c8b8;
$font-size: 16px;
$font-family: sans-serif;
$font-color: black;
$second-blue: #0a52ab;
$blue-grey: #778ab4;
$border-radius: 3px;
$link-color: $primary-color;
$width: 1400px;
$button-background: $second-blue;
$button-hover-background: $blue-grey;
$cell-entry-hover-color: white;
$cell-entry-hover-background: $primary-color;
$nav-color: $second-blue;
$nav-menu-color: $second-blue;
$nav-active-color: $second-blue;
$nav-item-hover-color: $blue-grey;
$nav-item-selected-background: transparent;
$nav-mobile-mode: hidden;
$nav-after-image: false;
$title-transform: uppercase;
$title-color: $primary-color;
$title-font-size: 24px;
$title-weight: 300;
$cell-title-cover-border: false;
$table-headers-background: $primary-color;
$table-headers-color: white;
$footer-background: #565656;
$footer-color: white;
$footer-menucell-separator: 2px solid white;