publik-base-theme/static/bethune-bruay/_vars.scss

47 lines
1.0 KiB
SCSS

$red: #d06c54;
$grey: #687983;
$primary-color: $red;
$secondary-color: $grey;
$body-background: #fafafa;
$font-color: black;
$font-size: 17px;
$font-family: "Fira Sans", Roboto, sans-serif;
$link-color: #1f8bd1;
$width: 1160px;
$footer-background: $grey;
$footer-color: white;
$nav-background: $red;
$nav-active-color: $red;
$nav-color: white;
$nav-full-width-background: true;
$nav-height: 70px;
$nav-mobile-menu-background: $red;
$nav-mobile-menu-item-color: white;
$title-color: #445158;
$title-transform: uppercase;
$title-border-bottom: 3px dotted;
$title-font-size: $font-size * 1.3;
$title-weight: 700;
$cell-background: white;
$cell-border: 0;
$button-color: $grey;
$button-background: transparent;
$button-hover-background: $red;
$button-hover-color: white;
$button-border: 1px solid $grey;
$buttons-order: previous, cancel, submit;
$widget-background: #f0f0f0;
$widget-border: 2px solid white;
$widget-unique-checkbox-position: left;
$mobile-limit: 1279px;
$nav-button-background: $red;
$nav-button-color: white;