publik-base-theme/static/montpellier-intranet/_vars.scss

47 lines
1.0 KiB
SCSS

$blue: #00769B;
$green: #58E825;
$gray: #f5f3f2;
$primary-color: $green;
$secondary-color: $blue;
$width: 1200px;
$white: #ffffff;
$font-family: 'Montserrat', sans-serif;
$nav-font-family: 'MuseoModerno', sans-serif;
$title-font-family: 'MuseoModerno', sans-serif;
$font-color: #3d3d3d;
$link-color: $blue;
$body-background: $gray;
$toplinks-style: none;
$nav-full-width-background: true;
$nav-background: white;
$nav-color: $font-color;
$nav-font-weight: 500;
$nav-active-color: $green;
$nav-submenu-color: $nav-color;
$nav-item-selected-color: $font-color;
$footer-background: $green;
$footer-color: $font-color;
$footer-link-color: black;
$title-background: white;
$title-font-size: 1.7em;
$title-weight: bold;
$cell-background: white url(img/cell-bg.svg) repeat;
$cell-border: none;
$button-background: $green;
$button-color: black;
$form-background: $cell-background;
$wcs-steps-background: $cell-background;
$wcs-step-current-color: $blue;
$widget-focus-outline: 1px solid #555;
$buttons-order: cancel, previous (grow), submit;