publik-base-theme/static/eurelien-cd28/_vars.scss

40 lines
920 B
SCSS

$primary-color: #ffcd00;
$secondary-color: #e5e5e5;
$width: 946px;
$sidebar-position: right;
$link-color: #087C81;
$font-size: 1em;
$font-family: Krub;
$font-color: #313131;
$title-color: #777;
$title-font-size: 19px;
$title-font-family: "Titillium";
$nav-full-width-background: true;
$nav-background: $secondary-color;
$nav-color: #363636;
$nav-submenu-color: $nav-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: $nav-color;
$nav-border-color: transprent;
$nav-menu-side: 40px;
$nav-mobile-mode: hamburger;
$nav-item-selected-background: $primary-color;
$nav-item-background: #b7b7b7;
$nav-button-bar-height: 4px;
$cell-border: 1px dotted $secondary-color;
$cell-image-position: top;
$widget-background: #f3f3f3;
$button-background: $primary-color;
$button-color: $nav-color;
$buttons-order: previous, cancel (grow), submit;
$footer-background: $secondary-color;
$footer-color: $font-color;