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

75 lines
2.0 KiB
SCSS

$primary-color: #00B9AF;
$secondary-color: #0A1C66;
$tertiary-color: #5A6473;
$clay-white: #FAF7ED;
$minium-orange: #EB5E45;
$nickel-yellow: #FFF26B;
$misc-blue: #4c8da6;
$width: 1160px;
$border-radius: 0px;
$box-shadow: none;
$notification_error_color: $minium-orange;
$notification_warning_color: $nickel-yellow;
$link-color: $primary-color;
$link-decoration: none;
$font-color: $secondary-color;
$font-size: 0.938em;
$font-family: 'Public Sans', sans-serif;
$title-background: white;
$title-color: $primary-color;
$title-font-family: 'Butler Stencil';
$title-font-size: 1.5em;
$title-weight: 700;
$toplinks-background: $primary-color;
$toplinks-border-radius: 0;
$toplinks-box-shadow: none;
$nav-background: white;
$nav-submenu-background: #eee;
$nav-submenu-color: #333;
$nav-button-background: $primary-color;
$nav-border-color: transparent;
$nav-color: $secondary-color;
$nav-active-color: $secondary-color;
$nav-item-selected-color: $secondary-color;
$nav-item-selected-background: white;
$nav-item-hover-color: white;
$nav-item-hover-background: $secondary-color;
$nav-text-transform: uppercase;
$nav-after-image: true;
$responsive-menu: top-to-bottom;
$nav-font-family: 'Public Sans', sans-serif;
$nav-font-size: 1em;
$nav-font-style: normal;
$nav-font-weight: 400;
$widget-focus-border: 1px solid $misc-blue;
$widget-focus-box-shadow: 0 0 4px $misc-blue;
$widget-focus-outline: none;
$widget-border: 1px solid $misc-blue;
$widget-box-shadow: none;
$widget-border-radius: 5px;
$button-background: $primary-color;
$button-focus-outline-offset: 1px;
$button-box-shadow: none;
$button-hover-background: white;
$button-hover-color: $primary-color;
$button-border-radius: 5px;
$cancel-button-style: "%inverted-button";
$cell-image-position: top;
$cell-image-padding: none;
$cell-border: none;
$cell-entry-hover-background: $clay-white;
$cell-entry-hover-color: $primary-color;
$cell-entry-border: 1px solid $tertiary-color;
$footer-background: $secondary-color;
$footer-link-color: white;