publik-base-theme/static/haute-goulaine/_vars.scss

23 lines
631 B
SCSS

$primary-color: #B0D500; /* green */
$secondary-color: #F37C00; /* orange */
$width: 964px;
$font-color: #2C2C2C;
$font-family: Verdana, Tahoma, Arial, sans-serif;
$font-size: 0.812em;
$nav-background: $primary-color;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-color: white;
$nav-active-color: darken($primary-color, 5%);
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 5px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$wcs-step-current-color: #fff;
$footer-background: #FFFFFF;
$footer-color: #333;