publik-base-theme/static/la-rochelle/_vars.scss

56 lines
1.4 KiB
SCSS

$primary-color: #0463B3;
$primary-color-focus: #035396;
$secondary-color: #108670;
$secondary-color-focus: #06504F;
$font-color: #313131;
$font-family: 'Noto Sans', sans-serif;
$link-color: black;
$border-radius: 0;
$mobile-limit: 1024px;
$width: 1260px;
$nav-background: $primary-color;
$nav-submenu-background: $primary-color;
$nav-submenu-color: white;
$nav-color: white;
$nav-active-color: $primary-color-focus;
$nav-item-selected-color: white;
$nav-item-hover-color: white;
$button-background: $secondary-color;
$button-border-radius: 10px;
$button-hover-background: $secondary-color-focus;
$title-weight: bold;
$title-transform: uppercase;
$title-font-size: 30px;
$title-color: $secondary-color-focus;
$cell-title-cover-border: false;
$cell-entry-color: $font-color;
$cell-entry-hover-color: black;
$cell-entry-hover-background: #F2F2F2;
$cell-entry-border: 1px solid lighten(#e2e0e1, 20%);
$cell-border-radius: 0px;
$widget-border: 1px solid #cccccc;
$widget-border-radius: 7px;
$footer-background: #313131;
$footer-color: #DDD;
$footer-link-color: white;
$notification_warning_color: #DFB93C;
$notification_success_color: #9fcec5;
$notification_info_color: #152C60;
$notification_error_color: #cc3333;
$wcs-step-current-background: #f2f2f2;
$wcs-step-marker-type: disc;
$wcs-step-current-border: 1px solid #f2f2f2;
$wcs-step_color: grey;
$wcs-step-border-bottom: 1px solid #e2e0e1;
$form-sidebar-width: 250px;