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

72 lines
1.7 KiB
SCSS

$blue: #0075c1;
$pink: #d60b7e;
$black: #141215;
$green: #7abc1a;
$gray: #f5f5f5;
$gpseo-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
$fz-h1: 2.8em; // 45px
$fz-h2: 2em;
$fz-h3: 1.5em; // 24px
$fz-h4: 1.25em;
$fz-small: .875em;
$primary-color: $blue;
$border-radius: none;
$mobile-limit: 1024px;
$sidebar-position: right;
$font-color: #333;
$font-size: 100%;
$font-family: "Muli", sans-serif;
$width: 1400px;
$link-color: $blue;
$nav-background: white;
$nav-color: $black;
$nav-border-color: none;
$nav-active-background: none;
$nav-menu-color: $black;
$nav-item-selected-background: none;
$nav-item-selected-color: $blue;
$nav-full-width-background: true;
$nav-submenu-color: $black;
$nav-button-background: white;
$nav-button-color: $black;
$nav-button-bar-height: 4px;
$title-background: transparent;
$title-color: $font-color;
$title-font-size: $fz-h4;
$title-weight: 800;
$cell-title-cover-border: false;
$cell-image-position: top;
$cell-image-padding: 0 0 0 1rem;
$cell-background: $gray;
$cell-entry-border: none;
$cell-entry-color: $font-color;
$cell-entry-hover-color: $blue;
$button-background: $primary-color;
$button-hover-background: darken($blue, 20%);
$buttons-order: previous, cancel, submit;
$buttons-alignment: space-between;
$widget-focus-border: 1px solid $blue;
$widget-background: $gray;
$widget-border: 1px solid hsl(0, 0%, 90%);
$widget-focus-outline: none;
$widget-focus-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.15);
$widget-focus-color: black;
$form-sidebar-position: right;
$widget-unique-checkbox-position: left;
$wcs-step-current-color: $font-color;
$wcs-step-current-border-bottom: 1px solid $font-color;
$footer-background: $black;
$footer-color: white;