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

48 lines
1.3 KiB
SCSS

$primary-color: #243b48;
$secondary-color: #d8a040;
$border-radius: 3px;
$width: 1200px;
$white: #ffffff;
$font-family: 'Montserrat', sans-serif;
$font-color: $primary-color;
$link-color: $primary-color;
$footer-background: $primary-color;
$footer-color: $white;
$nav-button-background: $primary-color;
$nav-color: $primary-color;
$nav-border-color: $primary-color;
$nav-menu-side: 70px;
$nav-item-hover-background: $primary-color;
$nav-item-selected-background: $primary-color;
$nav-button-background: $white;
$nav-button-color: $primary-color;
$nav-mobile-menu-background: $white;
$nav-submenu-color: $primary-color;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-color: $white;
$nav-mobile-bottom-bar-item-hover-background: $primary-color;
$nav-mobile-bottom-bar-item-hover-background: $secondary-color;
$nav-mobile-bottom-bar-item-selected-color: $primary-color;
$nav-mobile-bottom-bar-item-selected-background: $secondary-color;
$title-background: $primary-color;
$title-color: $white;
$top-logo-width: -40px;
$widget-focus-border: 1px solid $secondary-color;
$cell-border: 1px solid $secondary-color;
$cell-image-position: top;
$cell-entry-border-color: $secondary-color;
$button-background: $primary-color;
$wcs-steps-spacing: 1rem;
$wcs-step-current-color: $secondary-color;