publik-base-theme/static/nancy-en-direct/_vars.scss

30 lines
960 B
SCSS

$border-radius: 3px;
$primary-color: #f15252;
$width: 960px;
$font-family: Poppins, sans-serif;
$cell-border: 0;
$nav-mobile-bottom-bar-background: #333333;
$nav-mobile-bottom-bar-item-hover-background: #000000;
$nav-mobile-bottom-bar-color: #ffffff;
$nav-button-background: $nav-mobile-bottom-bar-background;
$nav-border-color: $nav-mobile-bottom-bar-background;
$nav-submenu-color: #333333;
$nav-submenu-background: #efefef;
$button-background: #6b2327;
$link-color: #333333;
$title-color: $primary-color;
$title-font-size: 135%;
$nav-item-selected-background: $primary-color;
$form-style: light;
$wcs-steps-spacing: 0.7rem;
$wcs-steps-background: #e3e3e3;
$wcs-step-border-bottom: none;
$wcs-step-marker-size: 2.5em;
$wcs-step-marker-type: disc tied;
$wcs-step-marker-tie-width: 1px;
$wcs-step-marker-tie-color: $primary-color;
$wcs-step-marker-background: white;
$wcs-step-current-marker-color: black;
$wcs-step-current-marker-background: $primary-color;