publik-base-theme/static/lille-metropole-2022/_vars.scss

78 lines
2.1 KiB
SCSS

$font-color: #4c4c4c;
$font-family: Lato, sans-serif;
$font-size: 16px;
$primary-color: #e10714;
$border-radius: 0;
$width: 1400px;
$mobile-limit: 1100px;
$body-background: #f7f5ef;
$gray: #747474;
$link-color: $primary-color;
$toplinks-style: none;
$nav-color: $font-color;
$nav-background: transparent;
$nav-active-color: $primary-color;
$nav-item-selected-border: 1px solid transparent;
$nav-item-selected-mode: bottom-border;
$nav-submenu-background: #f4f4f4;
$nav-submenu-color: $font-color;
$nav-menu-side: 40px;
$nav-mobile-menu-background: #f7f5ef;
$nav-mobile-menu-item-hover-background: transparent;
$nav-mobile-menu-item-hover-color: $primary-color;
$nav-border-color: transparent;
$nav-mobile-bottom-bar-background: $font-color;
$nav-mobile-bottom-bar-color: white;
$nav-mobile-bottom-bar-item-hover-background: transparent;
$nav-mobile-bottom-bar-item-selected-background: $nav-mobile-bottom-bar-item-hover-background;
$responsive-menu: left-to-right;
$responsive-menu-mask: true;
$footer-color: white;
$title-font-family: Montserrat, sans-serif;
$title-font-size: 1.429rem;
$title-weight: bold;
$title-color: $font-color;
$title-padding: 0.7rem 0.5rem;
$title-background: transparent;
$cell-border: 2px solid $font-color;
$cell-entry-hover-background: transparent;
$cell-close-foldable-icon: url('img/close.png');
$cell-open-foldable-icon: url('img/open.png');
$button-color: $primary-color;
$button-background: white;
$button-hover-background: $primary-color;
$button-hover-color: white;
$buttons-order: cancel, previous (grow), submit;
$cancel-button-style: '%inverted-button';
$widget-focus-border: 1px solid black;
$widget-focus-outline: none;
$field-on-error-style: custom;
$wcs-steps-spacing: 1.25em;
$wcs-steps-background: transparent;
$wcs-step-marker-color: $font-color;
$wcs-step-color: $font-color;
$wcs-step-border-bottom: 0;
$wcs-step-current-border-bottom: 0;
$wcs-step-current-label-color: $font-color;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-current-marker-color: white;
$form-background: white;
$form-accent-color: $primary-color;