publik-base-theme/static/guerande/_vars.scss

39 lines
1.1 KiB
SCSS

$primary-color: #A99A6f;
$width: 1260px;
$font-color: black;
$font-family: Montserrat, sans-serif;
$nav-background: $primary-color;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-color: white;
$nav-active-color: darken($primary-color, 5%);
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$mobile-limit: 1024px;
$border-radius: 0;
$button-background: lighten($primary-color, 10%);
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$title-font-size: 1.2em;
$footer-background: black;
$footer-color: white;
$cell-title-cover-border: false;
$cell-entry-color: darken($primary-color, 20%);
$cell-entry-hover-color: black;
$cell-entry-hover-background: lighten($primary-color, 10%);
$cell-image-position: top;
$cell-open-foldable-icon: url(img/plus.svg);
$cell-close-foldable-icon: url(img/moins.svg);
$cell-border-radius: 4px;
$cell-border: 1px solid #d3d3d3;
$link-color: darken($primary-color, 20%);
$wcs-steps-spacing: 1rem;
$wcs-step-border-bottom: none;
$wcs-step-color: #000;
$wcs-step-background-color: #fff;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-current-marker-color: #fff;