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

42 lines
1.2 KiB
SCSS

$primary-color: #D8308A;
$width: 1140px;
$mobile-limit: 800px;
$font-size: 0.875em;
$font-family: DINPro, helvetica, arial, sans-serif;
$link-color: $primary-color;
$nav-background: #DCDADA;
$nav-color: #565656;
$nav-active-color: #555;
$nav-item-selected-color: white;
$nav-item-hover-color: $primary-color;
$nav-item-hover-background: #eee;
$nav-text-transform: uppercase;
$nav-button-background: white;
$nav-menu-color: #676767;
$border-radius: 0;
$button-border: 2px solid $primary-color;
$button-background: white;
$button-color: $primary-color;
$button-hover-background: $primary-color;
$button-hover-color: white;
$title-background: transparent;
$title-font-size: 1.071rem;
$title-transform: uppercase;
$title-color: #333;
$footer-background: #7A7979;
$category-toggled-background: $primary-color;
$cell-border: 0px; // != none, to avoid "OR" between login blocks
$sidebar-width: 240px;
$sidebar-columns-gutter: 10px;
$grid-gutter: 0px;
$widget-border: 2px solid #b4b4b4;
$widget-focus-border: 2px solid $primary-color;
$widget-focus-outline: none;
$wcs-step-background: #fff;
$wcs-steps-spacing: 0.7rem;
$wcs-step-border-bottom: none;
$wcs-step-current-marker-color: #fff;
$wcs-step-current-marker-background: $primary-color;
$wcs-step-marker-type: disc;