publik-base-theme/static/cinor-2021/_vars.scss

81 lines
2.0 KiB
SCSS

// colors
$cyan: #46BABA;
$blue-xdark: #232059;
$green-blue: #3bb18f;
$green-blue-dark: #257C63;
$green-yellow: #d5e50d;
$green-yellow-light: #d1eaad;
$gray-light: #eee;
// Fonts-family
$ff-ss-serif: 'Source Sans Pro', sans-serif;
$ff-script: 'Dancing Script', 'Brush Script MT', cursive;
$topLinks_height: 2.5rem;
// font sizes
$fz-small: 0.875em;
// Core vars
$primary-color: $green-blue;
$link-color: $green-blue-dark;
$very-small-limit: 560px;
$width: 1180px;
$font-family: $ff-ss-serif;
$font-color: $blue-xdark;
$nav-color: $font-color;
$nav-background: transparent;
$nav-active-color: $green-blue-dark;
$nav-item-hover-background: $font-color;
$nav-item-hover-color: white;
$nav-item-selected-background: transparent;
$nav-item-selected-color: $nav-active-color;
$nav-item-transform: uppercase;
$responsive-menu: left-to-right;
$nav-menu-side: $topLinks_height;
$nav-button-background: white;
$nav-button-color: $primary-color;
$nav-submenu-background: $font-color;
$nav-submenu-color: white;
$nav-mobile-menu-background: $font-color;
$nav-mobile-menu-item-color: white;
$nav-mobile-menu-item-hover-color: $green-yellow;
$title-background: transparent;
$title-weight: 600;
$title-transform: uppercase;
$title-font-size: 1.4em;
$title-color: $font-color;
// $cell-background: #eee;
$cell-border: none;
$cell-title-cover-border: false;
$cell-entry-border: 1px solid $green-yellow;
$cell-entry-hover-background: $green-yellow-light;
$cell-entry-hover-color: black;
$cell-entry-hover-effect: bottom-to-top;
$button-background: $primary-color;
$button-hover-background: $green-blue-dark;
$button-hover-color: null;
$widget-unique-checkbox-position: left;
$wcs-step-color: $font-color;
$wcs-step-border-bottom: none;
$wcs-step-marker-background: $gray-light;
$wcs-step-current-marker-color: white;
$wcs-step-current-marker-background: $primary-color;
$wcs-steps-spacing: 0.7rem;
$wcs-step-marker-type: disc;
$buttons-order: previous, cancel, submit;
$footer-background: #0E2327;
$footer-color: white;
$footer-link-color: white;
$footer-menucell-separator: 1px solid $footer-color;