publik-base-theme/static/univ-smb/_vars.scss

80 lines
2.1 KiB
SCSS

$primary-color: #1a3e78;
$secondary-color: #f2f2f2;
$tertiary-color: #5a6473;
$info-green: #4cad16;
$notif-orange: #ef5e3B;
$vivid-cyan-blue: #0693e3;
$required-red: #790000;
$nav-hover-blue: #4f8eda;
$width: 1160px;
$border-radius: 0px;
$box-shadow: none;
$notification_error_color: red;
$notification_warning_color: yellow;
$link-color: $primary-color;
$link-decoration: none;
$font-color: #333;
$font-size: 0.938em;
$font-family: Arimo, sans-serif;
$title-background: white;
$title-color: #7f7f7f;
$title-transform: uppercase;
$title-font-family: $font-family;
$title-font-size: 1.4em;
$title-weight: 400;
$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: $secondary-color;
$nav-button-color: $font-color;
$nav-border-color: $font-color;
$nav-color: $font-color;
$nav-active-color: $nav-hover-blue;
$nav-item-selected-color: $nav-hover-blue;
$nav-item-selected-background: white;
$nav-item-hover-color: $nav-hover-blue;
$nav-item-hover-background: white;
$nav-text-transform: uppercase;
$nav-after-image: false;
$responsive-menu: left-to-right;
$nav-font-family: $font-family;
$nav-font-size: 1em;
$nav-font-style: normal;
$nav-font-weight: 600;
$widget-focus-border: 1px solid darken($vivid-cyan-blue, 20%);
$widget-focus-box-shadow: 0 0 3px $vivid-cyan-blue;
$widget-focus-outline: none;
$widget-border: 1px solid #7f7f7f;
$widget-box-shadow: none;
$widget-border-radius: 3px;
$button-background: $primary-color;
$button-focus-outline-offset: 1px;
$button-box-shadow: none;
$button-hover-background: darken($primary-color, 10%);
$button-hover-color: white;
$button-border-radius: 5px;
$cancel-button-style: "%inverted-button";
$cell-image-position: top;
$cell-image-padding: none;
$cell-border: none;
$cell-entry-hover-background: white;
$cell-entry-hover-color: $primary-color;
$cell-entry-border: 1px solid $tertiary-color;
$cell-title-cover-border: true;
$footer-background: $secondary-color;
$footer-color: $title-color;
$footer-link-color: $footer-color;