publik-base-theme/static/dordogne-cd24/_vars.scss

60 lines
1.4 KiB
SCSS

$primary-color: #f4f7fa;
$purple: #88446b;
$green: #cbd05d;
$width: 1316px;
$sidebar-width: 300px;
$sidebar-columns-gutter: 2.5em;
$font-family: Montserrat, sans-serif;
$font-color: #000;
$font-size: 1.125em;
$link-color: #000;
$nav-background: #3d424a;
$nav-active-color: #000;
$nav-color: #fff;
$nav-button-background: #3d424a;
$nav-menu-side: 50px;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-color: #3d424a;
$nav-mobile-bottom-bar-item-selected-background: #879B35;
$nav-mobile-bottom-bar-item-hover-background: #879B35;
$nav-after-image-height: 0;
$nav-item-transform: uppercase;
$widget-background: $primary-color;
$widget-border: 0;
$widget-custom-radio-checkbox: true;
$widget-custom-radio-checkbox-color: #888;
$widget-custom-radio-checkbox-marker-color: $green;
$widget-unique-checkbox-position: left;
$title-background: $primary-color;
$title-weight: bold;
$title-font-size: 1.222rem;
$cell-border: none;
$cell-entry-hover-background: $primary-color;
$button-background: #000;
$button-color: #fff;
$button-hover-background: $green;
$button-hover-color: #000;
$buttons-alignment: flex-end;
$notification_info_color: $primary-color;
$buttons-order: previous (grow), cancel, submit;
$footer-color: #000;
$footer-background: $green;
$wcs-step-current-label-color: #000;
$wcs-step-marker-color: #88446b;
$wcs-step-border-bottom: 0;
$wcs-step-current-marker-color: $wcs-step-marker-color;