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

26 lines
631 B
SCSS

@import '../includes/fonts/ubuntu';
$font-color: #2f2f2f;
$font-family: Ubuntu, sans-serif;
$font-size: 1em;
$primary-color: #5a5c5c;
$border-radius: 5px;
$width: 1280px;
$nav-background: transparent;
$nav-color: #5f5f5f;
$nav-active-color: $primary-color;
$nav-submenu-background: #e8e9e9;
$nav-item-selected-mode: bottom-border;
$nav-submenu-color: $nav-color;
$nav-after-image-height: 300px;
$button-background: $primary-color;
$cell-border: 1px solid transparent;
$title-background: linear-gradient(-180deg, #f5f6f6 7%, #e8e9e9);
$title-border-bottom: 1px solid #bbb;
$form-style: light;
$notification-style: border-icon;