staging1 : update main color and font

This commit is contained in:
Daniel Muyshond 2020-11-04 12:52:50 +01:00
parent 96d16166a0
commit 65cc9aa775
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: hsl( 332, 72%, 43%);
$primary-color: #4b3077;
$width: 1200px;
$mobile-limit: 800px;
$font-size: 16px !default;
@ -9,7 +9,7 @@ $button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$link-color: $primary-color;
$font-family: "Din"; //!\\ : il faut bien importer la font (voir les imports en bas de la page)!
$font-family: "Montserrat";
$border-radius: 3px;
/*BASKET*/

View File

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