publik-base-theme/static/correze-cd19/_vars.scss

50 lines
1.3 KiB
SCSS

$green: #7cb342;
$primary-color: $green;
$font-color: #444;
$font-size: 100%;
$font-family: "Fira Sans", sans-serif;
$width: 1350px;
$mobile-width: none;
$nav-background: #747474;
$nav-color: white;
$nav-active-color: $green;
$nav-mobile-bottom-bar-background: $nav-background;
$nav-item-transform: uppercase;
$border-radius: 0px;
$button-background: $green;
$button-color: white;
$widget-border: 1px solid #ced4da;
$widget-focus-background: #f0f0f0;
$widget-focus-outline: none;
$widget-focus-box-shadow: inset 2px 2px 5px 0 #c9c9c9;
$widget-unique-checkbox-position: left;
$title-background: $primary-color;
$title-font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
$title-color: white;
$title-weight: 900;
$title-padding: .5rem 1rem;
$link-color: $font-color;
$cell-image-position: top;
$cell-image-padding: 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: $primary-color;
$wcs-step-marker-background: #eee;
$wcs-step-current-marker-color: black;
$wcs-step-current-marker-background: $primary-color;
$buttons-order: previous, submit, cancel;
$buttons-alignment: center;
$footer-background: #455a63;
$footer-color: white;
$footer-full-width-background: false;