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

24 lines
588 B
SCSS

$font-color: #333;
$primary-color: #f7433a;
$border-radius: 3px;
$width: 1100px;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$nav-submenu-color: white;
$nav-item-hover-background: lighten($primary-color, 10%);
$nav-after-image: false;
$footer-background: white;
$footer-color: $font-color;
$button-background: $primary-color;
$button-color: white;
$buttons-order: previous, submit (grow), cancel;
$cell-border: 1px solid transparent;
$title-border-bottom: 2px solid $primary-color;
$title-border-radius: 0;
$notification-style: border-icon;