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

46 lines
1.0 KiB
SCSS

// Custom vars
$blue: #1f4791;
$blue-light: hsl(219,30%,60%);
// Core vars
$body-background: white;
$primary-color: $blue;
$font-color: #111;
$font-family: dejarip, arial, helvetica, sans-serif;
$link-color: $primary-color;
$width: 1200px;
$mobile-width: none;
$title-background: transparent;
$title-color: $primary-color;
$title-transform: uppercase;
$nav-background: $font-color;
$nav-color: white;
$nav-active-color: $primary-color;
$nav-height: 48px;
$nav-after-image: false;
$nav-mobile-bottom-bar-background: $font-color;
$cell-entry-color: $font-color;
$cell-entry-hover-color: $primary-color;
$cell-entry-hover-background: #f1f1f1;
$button-background: $primary-color;
$widget-unique-checkbox-position: left;
$wcs-step-current-color: $primary-color;
$wcs-step-border-bottom: none;
$wcs-step-current-marker-background: $wcs-step-current-color;
$wcs-step-current-marker-color: white;
$wcs-steps-spacing: 0.7rem;
$footer-background: $primary-color;
$footer-color: white;
$footer-link-color: white;
$form-titlebar-mode: form;