publik-base-theme/static/grand-chatellerault/_vars.scss

34 lines
812 B
SCSS

$blue: #126c86;
$lightblue: #bad9d7;
$pink: #e53062;
$primary-color: $blue;
$width: 1120px;
$link-color: $blue;
$font-color: #666;
$font-family: Arial, Helvetica, Verdana, sans-serif;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: black;
$nav-active-color: $primary-color;
$nav-item-selected-background: black;
$nav-item-selected-color: white;
$nav-item-hover-background: black;
$nav-item-hover-color: white;
$nav-item-transform: uppercase;
$border-radius: 2px;
$button-background: $primary-color;
$title-background: $pink;
$title-color: white;
$nav-mobile-mode: bottom-bar;
$nav-mobile-bottom-bar-background: #eee;
$footer-background: #eee;
$footer-color: $font-color;
$cell-border: none;
$cell-image-position: top;
$cell-image-padding: none;
$buttons-order: previous, cancel, submit;