publik-base-theme/static/aix-marseille-metropole/_vars.scss

67 lines
1.7 KiB
SCSS

$primary-color: #0d1d2d;
$width: 1440px;
$green1: #b4cd1c;
$green2: #928c1e;
$red: #e94e1b;
$blue1: #b0dbd8;
$blue2: #009fe3;
$yellow: #fed600;
$brown: #d6b49d;
$font-color: $primary-color;
$font-family: 'IBM Plex Serif';
$font-size: 17px;
$widget-focus-border: 1px solid $primary-color;
$widget-focus-outline: 1px solid $primary-color;
$button-focus-outline-offset: 1px;
$button-background: $primary-color;
$nav-button-background: transparent;
$nav-mobile-bottom-bar-item-hover-background: transparent;
$nav-mobile-bottom-bar-item-selected-background: $nav-mobile-bottom-bar-item-hover-background;
$nav-item-selected-mode: bottom-border;
$nav-item-hover: $nav-item-selected-mode;
$nav-active-color: $red;
$nav-item-selected-border: 3px solid $nav-active-color;
$nav-text-transform: uppercase;
$nav-menu-color: $primary-color;
$nav-border-color: transparent;
$nav-mobile-menu-item-hover-background: transparent;
$responsive-menu: left-to-right;
$nav-after-image-height: 450px;
$cell-border: none;
$cell-image-position: top;
$cell-image-padding: none;
$title-color: $primary-color;
$title-weight: 700;
$title-transform: uppercase;
$title-background: $brown;
$wcs-step-marker-type: disc;
$wcs-step-border-bottom: none;
$wcs-step-marker-background: $brown;
$wcs-step-color: $brown;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-current-label-color: $wcs-step-current-marker-background;
$wcs-step-marker-color: white;
$wcs-step-current-marker-color: $wcs-step-marker-color;
$wcs-steps-spacing: 0.7rem;
$buttons-order: previous submit cancel;
$toplinks-style: none;
$link-color: $primary-color;
$footer-background: $primary-color;
$footer-link-color: white;
$footer-color: white;