publik-base-theme/static/rochefort-agglo/_vars.scss

27 lines
713 B
SCSS

$primary-color: #D24E38;
$width: 1150px;
$font-color: #333;
$font-family: "Open Sans", sans-serif;
$font-size: 0.875em;
$nav-background: white;
$nav-submenu-background: #222;
$nav-submenu-color: white;
$nav-color: $font-color;
$nav-active-color: #DD6449;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$border-radius: 0px;
$button-background: $primary-color;
$button-color: white;
$title-background: white;
$title-border-bottom: 1px solid #ccc;
$title-color: $primary-color;
$title-font-size: $font-size * 1.7;
$title-font-style: italic;
$title-padding: 1ex 1ex 1ex 0;
$title-weight: normal;
$cell-background: #E7F0F6;
$footer-color: #333;
$buttons-order: previous (grow), cancel (grow), submit;