publik-base-theme/static/saint-chamond/_vars.scss

41 lines
903 B
SCSS

@import '../includes/fonts/din';
$blue: #00517c;
$blue2: #2f8dda; // lighter
$turquoise: #3eb2af;
$width: 1240px;
$sidebar-width: 220px;
$sidebar-columns-gutter: 60px;
$font-color: #020202;
$font-family: Din, sans-serif;
$font-size: 1.125em;
$footer-background: #373737;
$footer-color: white;
$nav-mobile-mode: default;
$nav-after-image-height: 400px;
$cell-border: 0;
$title-color: $blue;
$title-background: transparent;
$title-weight: bold;
$title-padding: 0.5rem 0.5rem 0 0.5rem;
$border-radius: 0;
$button-background: $blue;
$buttons-order: previous, cancel (grow), submit;
$widget-focus-border: 1px solid $blue2;
$wcs-step-border-bottom: none;
$wcs-step-color: $font-color;
$wcs-step-current-color: black;
$wcs-step-marker-background: $turquoise;
$wcs-step-marker-color: #fff;
$wcs-step-current-marker-color: #fff;
$wcs-step-current-marker-background: $blue;
$wcs-step-marker-type: disc;