[MTELECGIA-16] hide banner and restore din font

This commit is contained in:
Daniel Muyshond 2021-03-15 17:19:15 +01:00
parent 4eca956355
commit 52b37e8c4b
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ $button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$link-color: $primary-color;
$font-family: "Nimbus Sans";
$font-family: "Din";
$border-radius: 3px;
/*BASKET*/
@ -32,7 +32,7 @@ $footer-hover-text-color: hsl(0, 0, 100%);
/*HEADER*/
$header-banner: none;
$header-banner-image: true;
$header-banner-image: false;
$header-banner-height: auto;
$header-logo: None;
$header-logo-margin: 1.7em 0 0 0.55em !default;

View File

@ -5,7 +5,7 @@
@import 'steps-config';
@import '../../publik-base-theme/static/includes/publik';
@import '../includes/fonts/nimbus-sans';
@import '../../publik-base-theme/static/includes/fonts/din';
@import '../imio/form-buttons';
@import '../imio/header';