publik-base-theme/static/universite-lorraine/_vars.scss

28 lines
621 B
SCSS

$black: #000;
$yellow: #FFEF44;
$primary-color: $yellow !default;
$font-family: Arial, Helvetica, sans-serif;
$link-color: #E03203;
$footer-background: $primary-color;
$footer-color: #333;
$nav-active-color: $yellow;
$nav-item-selected-color: $black;
$nav-button-color: $black;
$nav-submenu-background: #eee;
$nav-submenu-color: $black;
// forms
$button-background: $black;
$button-hover-background: $yellow;
$button-hover-color: $black;
$buttons-order: previous, submit, cancel;
// steps
$wcs-step-current-color: $black;
$wcs-step-current-border-bottom: 3px solid $yellow;
// cells
$cell-title-cover-border: false;