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

64 lines
1.6 KiB
SCSS

$primary-color: #DD3333;
$primary-color-focus: #B12929;
$font-color: #676767;
$font-family: "Raleway", "Open Sans", sans-serif;
$link-color: $primary-color-focus;
$border-radius: 0;
$mobile-limit: 900px;
$width: 100%;
$nav-background: white;
$nav-submenu-background: $primary-color-focus;
$nav-submenu-color: white;
$nav-color: $primary-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: $primary-color;
$nav-item-selected-background: white;
$nav-item-hover-color: $primary-color-focus;
$nav-item-hover-background: white;
$nav-item-transform: uppercase;
$button-color: white;
$button-background: $primary-color;
$button-border-radius: 2px;
$button-hover-background: $primary-color-focus;
$notification_warning_color: #F3E8A9;
$notification_success_color: #abc600;
$notification_info_color: #e4e4de;
$notification_error_color: #cc3333;
$sidebar-position: left;
$sidebar-width: 255px;
$title-weight: bold;
$title-transform: uppercase;
$title-font-size: 30px;
$title-color: $primary-color-focus;
$title-border-radius: 20px;
$cell-title-cover-border: false;
$cell-entry-color: $font-color;
$cell-entry-hover-color: #444444;
$cell-entry-hover-background: #f8f8f8;
$cell-border-bottom: 1px solid #dd3333;
$cell-border-radius: 2px;
$cell-image-position: top;
$cell-image-padding: none;
$widget-border: none;
$widget-border-radius: 2px;
$widget-background: #f1f1f1;
$widget-focus-background: #eaeaea;
$footer-background: $primary-color;
$footer-color: white;
$footer-link-color: #CCCCCC;
$footer-menucell-separator: none;
$wcs-step-current-background: #f8f8f8;
$wcs-step-current-border: 1px solid #dd3333;
$wcs-step_color: grey;
$wcs-step-border-bottom: 1px solid grey;