publik-base-theme/static/essey-les-nancy/_vars.scss

50 lines
1.3 KiB
SCSS

$red: #ed1c24;
$darkgray: #003150;
$yellow: #FFDF64;
$primary-color: $darkgray;
$secondary-color: $yellow;
$font-color: #333;
$font-size: 100%;
$font-family: Lato, sans-serif;
$width: 1140px;
$nav-background: white;
$nav-color: #333;
$nav-active-color: #333;
$nav-submenu-color: #333;
$nav-item-selected-background: white;
$nav-item-selected-color: #333;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-background: white;
$nav-item-hover-color: #333;
$nav-item-selected-border: 2px solid $primary-color;
$nav-item-transform: uppercase;
$nav-mobile-menu-background: white;
$border-radius: 0px;
$button-background: $yellow;
$widget-border: 1px solid #ced4da;
$widget-border-radius: .25rem;
$widget-focus-outline: none;
$widget-focus-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
$title-background: transparent;
$title-font-family: Yantramanav, arial, sans-serif;
$title-color: $primary-color;
$title-font-size: 2.2rem;
$title-weight: 900;
$footer-background: #424547;
$footer-color: white;
$link-color: $font-color;
$cell-border: none;
$wcs-steps-spacing: 0.7rem;
$wcs-step-border-bottom: none;
$wcs-step-marker-type: disc tied;
$wcs-step-marker-tie-width: 3px;
$wcs-step-marker-tie-color: $secondary-color;
$wcs-step-marker-background: #eee;
$wcs-step-current-marker-color: black;
$wcs-step-current-marker-background: $secondary-color;