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

62 lines
1.6 KiB
SCSS

@import '../includes/font-opensans';
@import '../includes/font-opensans-condensed';
$gray: #c6bfa5;
$logoblue: #2c1e9e; // colour of PNG logo
$logoblue: #004b9c; // colour defined in #37830
$darkgray: #444444;
$typogray: #626262;
$lightblue: #0073e6;
$lightgray: #ebe9de;
$red: #cc1a1a;
$font-family: Georgia, "Times New Roman", Times, serif;
$title-font-family: "Open Sans", arial, sans-serif;
$title-transform: uppercase;
$title-font-size: 20px;
$title-weight: bold;
$title-background: white;
$title-color: $darkgray;
$width: 1000px;
$font-color: $typogray;
$font-size: 16px;
$footer-background: #222222;
$footer-color: #999999;
$nav-background: white;
$nav-full-width-background: false;
$nav-color: $lightblue;
$nav-active-color: #333;
$nav-item-selected-background: transparent;
$nav-item-selected-color: $nav-active-color;
$nav-submenu-color: $nav-color;
$border-radius: 0;
$button-background: $logoblue;
$button-hover-background: $lightblue;
$button-color: white;
$button-border-radius: 10px;
$link-color: $lightblue;
$cell-border: none;
$widget-border: 2px solid $gray;
$widget-focus-border: 2px solid #66afe9;
$grid-gutter: 2rem;
$form-sidebar-position: top;
$wcs-steps-spacing: .7rem;
$wcs-step-border-bottom: none;
$wcs-step-marker-type: disc tied;
$wcs-step-current-color: #333;
$wcs-step-marker-color: #626262;
$wcs-step-current-marker-color: white;
$wcs-step-current-marker-background: $lightblue;
$wcs-step-marker-background: $gray;
$wcs-step-marker-tie-color: $gray;
$wcs-step-marker-tie-width: 3px;
$wcs-step-color: #626262;
$notification_error_color: #fcefef;