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

66 lines
1.7 KiB
SCSS

@import '../includes/fonts/opensans';
@import '../includes/fonts/opensans-condensed';
$gray: #f2f0e7;
$logoblue: #3879bf; // colour defined in #37830
$darkgray: #222222;
$typogray: #444444;
$lightblue: #3879bf;
$lightgray: #f8f7f7;
$red: #dd2c2d;
$deepblue: #004084;
$verylightgray: #cbcbcb;
$font-family: "Open Sans", arial, sans-serif;
$title-font-family: "Open Sans Condensed Bold", arial, sans-serif;
$title-transform: none;
$title-font-size: 1.25rem;
$title-weight: bold;
$title-background: white;
$title-color: $darkgray;
$title-padding: 0.7rem 0.5rem;
$width: 1000px;
$font-color: $typogray;
$font-size: 1em;
$footer-background: #222222;
$footer-color: #999999;
$nav-background: white;
$nav-full-width-background: false;
$nav-color: $typogray;
$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: 0;
$link-color: $lightblue;
$cell-border: none;
$widget-border: 2px solid $verylightgray;
$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;
$buttons-order: previous, submit, cancel;
$buttons-alignment: center;