imio-publik-themes/static/liege-pwa-2019/_vars.scss

59 lines
1.6 KiB
SCSS

@charset "UTF-8";
$primary-color: #be0d67;
$width: 950px;
$mobile-limit: 800px;
$font-size: 14px;
$font-family: "Open Sans", sans-serif;
$link-color: #333;
$nav-background: white;
$nav-color: $primary-color;
$nav-menu-color: $primary-color;
$nav-item-selected-mode: bottom-border;
$nav-item-hover-mode: bottom-border;
$nav-item-hover-color: $primary-color;
$nav-item-selected-border: 2px solid $primary-color;
$nav-item-selected-color: $primary-color;
$nav-mobile-bottom-bar-item-selected-background: transparent;
$nav-mobile-bottom-bar-item-hover-background: transparent;
$nav-mobile-mode: bottom-bar;
$nav-mobile-bottom-bar-badge-background: $primary-color;
$nav-after-image: false;
$border-radius: 0;
$highlight-text-color: $primary-color;
$button-background: $primary-color;
$button-color: white;
$title-background: transparent;
$title-transform: uppercase;
$title-font-family: Abel, "Open Sans", sans-serif;
$title-font-size: $font-size * 1.4;
$title-color: $primary-color;
$title-weight: normal;
$cell-entry-hover-effect: left-to-right;
$href-color: $title-background;
$footer-background: black;
$footer-color: white;
/*IMIO SHARE : Affichage du message de connexion au portail agent*/
$a_portal_agent_background: None;
$a_portal_agent_color: black;
$a_portal_agent_top: 30px;
$a_portal_agent_right: 6%;
$a_portal_agent_border: None;
/*end IMIO SHARE*/
// Steps config
$wcs-steps-small-layout-limit: $mobile-limit;
$wcs-steps-spacing: 0.7rem;
$wcs-step-color: inherit;
$wcs-step-border-bottom: none;
$wcs-step-background: #fff;
$wcs-step-current-color: #fff;
$wcs-step-current-background: $primary-color;
$wcs-step-marker-type: tied;
$wcs-step-marker-tie-color: #ccc;