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

30 lines
758 B
SCSS

$primary-color: #D81E41;
$width: 960px;
$font-color: #282828;
$font-family: Asap, sans-serif;
$font-size: 0.75em;
$nav-background: white;
$nav-submenu-background: #222;
$nav-submenu-color: white;
$nav-color: $font-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$nav-item-transform: uppercase;
$border-radius: 2px;
$button-border-radius: 2em;
$button-background: $primary-color;
$button-border: 1px solid $primary-color;
$title-background: $primary-color;
$title-weight: bold;
$title-color: white;
$title-font-size: 1.5em;
$footer-background: #E9E9E9;
$footer-color: #333;
$sidebar-position: right;
$dashboard-selected-color: $primary-color;
$wcs-steps-spacing: 0.7rem;
$wcs-steps-background: #fff;