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

35 lines
803 B
SCSS

$primary-color: #23a4bd;
$border-radius: 4px;
$width: 1160px;
$font-color: #666;
$font-family: "Source Sans Pro", sans-serif;
$font-size: 0.938em;
$nav-background: #fafafa;
$nav-mobile-mode: bottom-bar;
$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;
$widget-focus-border: 1px solid $primary-color;
$widget-focus-outline: 2px solid $primary-color;
$button-background: $primary-color;
$button-focus-outline-offset: 1px;
$buttons-order: cancel (grow), previous, submit;
$title-background: $primary-color;
$title-color: white;
$cell-image-position: top;
$cell-image-padding: none;
$footer-background: $primary-color;
$footer-color: white;
$footer-link-color: white;