publik-base-theme/static/arles-2020/_vars.scss

61 lines
1.6 KiB
SCSS

$primary-color: #0055a4;
$font-color: #1a1a1a;
$font-size: 17px;
$font-family: Lato, sans-serif;
$link-color: $primary-color;
$lighter-primary-color: lighten($primary-color, 65%);
$width: 1200px;
$body-background: #efefef;
$footer-color: #000;
$border-radius: 3px;
$nav-color: $primary-color;
$nav-menu-color: $primary-color;
$nav-active-color: $primary-color;
$nav-button-background: transparent;
$nav-button-color: white;
$nav-item-selected-color: white;
$nav-item-hover-background: $lighter-primary-color;
$nav-item-hover-color: $primary-color;
$nav-mobile-menu-item-hover-background: $primary-color;
$nav-mobile-menu-background: $lighter-primary-color;
$nav-mobile-menu-item-hover-color: white;
$nav-mobile-bottom-bar-background: white;
$nav-mobile-bottom-bar-item-hover-background: #f4f4f4;
$nav-mobile-bottom-bar-item-selected-background: #f4f4f4;
$nav-mobile-bottom-bar-height: 60px;
$nav-mobile-bottom-bar-item-selected-color: $primary-color;
$buttons-order: cancel (grow), previous, submit;
$title-background: transparent;
$title-color: $font-color;
$title-font-size: 21px;
$cell-image-position: top;
$cell-entry-hover-background: $lighter-primary-color;
$cell-border: 0;
$button-border: 2px solid $primary-color;
$button-background: $primary-color;
$button-border-radius: 5px;
$widget-border: 1px solid $primary-color;
$widget-border-radius: 3px;
$widget-background: #efefef;
$widget-focus-background: #fff;
$wcs-step-current-background: $lighter-primary-color;
$wcs-step-color: $font-color;
$wcs-step-current-color: $wcs-step-color;
$wcs-step-background: #ddd;
$carrousel-navigation-bullet-border: 1px solid #ddd;
$carrousel-text-position: top right;