[MTELEBCHA-1] update beauvechain theme

This commit is contained in:
Daniel Muyshond 2020-10-05 17:42:07 +02:00
parent bebd0312b3
commit fe5d71905a
8 changed files with 118 additions and 30 deletions

View File

@ -0,0 +1 @@
@charset "UTF-8";

View File

@ -0,0 +1,31 @@
// Steps
$form-sidebar-position: top; // possible values are: left, right, top
$steps-background: transparent;
$wcs-steps-spacing: 0.30rem !default; // half of default 0.7rem used in publik
$wcs-step-color: white !default; // color for default marker & label
$wcs-step-current-color: white !default;
$wcs-step-background: darken($secondary-color, 12%) !default;
$wcs-step-current-background: $secondary-color !default;
$wcs-step-border-bottom: 1px solid $wcs-step-color !default;
$wcs-step-current-border-bottom: none;
@if ($wcs-step-border-bottom == none) {
$wcs-step-current-border-bottom: none;
}
// Step option
$wsc-step-before-piled: false !default;
// marker
$wcs-step-marker-color: $wcs-step-color !default;
$wcs-step-current-marker-color: $wcs-step-current-color !default;
$wcs-step-marker-background: $wcs-step-background !default;
$wcs-step-current-marker-background: $wcs-step-current-background !default;
// marker options
$wcs-step-marker-size: 2.1em !default;
$wcs-step-current-marker-enlarge: 1.2 !default;
$wcs-step-marker-type: square; // square || tied || disc || disc tied
$wcs-step-marker-tie-color: #F2F2F2 !default;
$wcs-step-marker-tie-width: 5px !default;
$wcs-step-marker-background-type: gradient; // solid || gradien
// Label
$wcs-step-current-label-color: $primary-color !default;

View File

@ -0,0 +1,74 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: #001545;
$secondary-color: #cf2a2a;
$width: 1200px;
$mobile-limit: 800px;
$font-size: 16px !default;
$button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$link-color: $primary-color;
$font-family: "Open Sans";
$border-radius: 3px;
/*BASKET*/
/*CELL*/
$cell-border: 0px;
$cell-entry-hover-background: darken($primary-color, 3%);
$cell-title-color: #333333;
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);
$button-background: $primary-color;
/*FOOTER*/
$footer-background-color: hsl( 0, 0%, 19%);
$footer-text-color: hsl(0, 0, 84%);
$footer-hover-text-color: hsl(0, 0, 100%);
/*HEADER*/
$header-banner: none;
$header-banner-image: false;
$header-banner-height: auto;
$header-logo: None;
$header-logo-margin: 1.7em 0 0 0.55em !default;
$header-logo-padding: 0;
$toplinks-border: 0;
$toplinks-radius: 0;
$toplinks-shadow: none;
/*LOGIN*/
/*MENU*/
$nav-background: #F2F2F2;
$nav-color: #333;
$nav-active-color: $primary-color;
$nav-item-selected-color: #FFF;
$nav-text-uppercase: uppercase;
/*MENU RESPONSIVE*/
$nav-button-color: #FFF;
$nav-menu-color: $primary-color;
/*PWA*/
$nav-mobile-bottom-bar-height: 75px;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-color: #FFF;
$nav-mobile-bottom-bar-item-hover-background: $primary-color;
/*RESPONSIVE*/
/*SHARE*/
$hidden-description: false;
/*TITLE*/
$title-color: #525252;
$title-padding: 1em 0em 1em 0.8em;
$title-weight: 600;

View File

@ -2,6 +2,8 @@
"label": "Beauvechain",
"variables": {
"no_extra_js": false,
"theme_color": "#DBCCBC"
"pwa_display": "standalone",
"theme_color": "#001545",
"favicon": "beauvechain/images/favicon.ico"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1,41 +1,21 @@
@charset "UTF-8";
$primary-color: #D8297B;
$width: 950px;
$mobile-limit: 800px;
$font-size: 13px !default;
$font-family: sans-serif !default;
$nav-background: #CCCCCC;
$nav-color: #333333;
$nav-active-color: transparent;
$nav-item-selected-color: white;
$border-radius: 3px;
$button-background: #d8297b;
$button-color: white;
$title-background: $nav-item-selected-color;
$title-color: white;
$cell-entry-hover-effect: left-to-right;
$href-color: $title-background;
$highlight-text-color: $primary-color;
@import 'vars';
/*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*/
@import '../imio/steps-config';
@import 'steps-config';
@import '../../publik-base-theme/static/includes/publik';
@import '../../publik-base-theme/static/includes/fonts/opensans';
@import '../imio/form-buttons';
@import '../imio/header';
@import '../imio/menu';
@import '../imio/login';
@import '../imio/basket';
@import '../imio/basketv2';
@import '../imio/footer';
@import '../imio/extra';
@import '../imio/share';
/*@import 'custom';*/
@import '../imio/cells';
@import '../imio/responsive';
@import 'custom';