imio-publik-themes/static/liege/style.scss

49 lines
1.2 KiB
SCSS

@charset "UTF-8";
$primary-color: #be0d67;
$width: 950px;
$mobile-limit: 768px;
$font-size: 14px !default;
$font-family: "Open Sans", sans-serif !default;
$link-color: #58585a;
$nav-background: #58585a;
$nav-color: #eee;
$nav-active-color: transparent;
$nav-item-selected-color: white;
$border-radius: 3px;
$highlight-text-color: $primary-color;
$button-background: $primary-color;
$button-color: white;
$title-background: $primary-color;
$title-color: white;
$cell-entry-hover-effect: left-to-right;
$href-color: $title-background;
$footer-background: transparent;
$footer-color: #aaa;
/*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-step-color: #5a5a5a;
$wcs-steps-background: linear-gradient(to right, #f6f6f6, white);
$wcs-steps-spacing: 1ex;
$wcs-step-border-bottom: none;
@import "../../publik-base-theme/static/includes/publik";
@import "header.scss";
@import "menu.scss";
@import "form-buttons.scss";
@import "conn-msg-errors.scss";
@import "login.scss";
@import "basket.scss";
@import "responsive.scss";
@import "porte-documents.scss";
@import "custom";