publik-base-theme/static/clisson-sevre-et-maine-agglo/_vars.scss

27 lines
705 B
SCSS

@import '../includes/font-ptsans';
$primary-color: #C25D1B;
$width: 1140px;
$font-color: #5b4e46;
$font-family: "PT Sans", sans-serif;
$font-size: 15px;
$link-color: $primary-color;
$nav-background: transparent;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-mode: bottom-border;
$border-radius: 0px;
$button-background: $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$footer-background: #584F48;
$footer-color: white;
$buttons-order: cancel (grow), previous, submit;