wanze : I setup the vars

This commit is contained in:
Daniel Muyshond 2019-11-22 16:08:36 +01:00
parent def620c96d
commit 0ce7051a9c
1 changed files with 9 additions and 2 deletions

View File

@ -1,13 +1,14 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: #D8297B;
$primary-color: hsl(15, 80%, 50%);
$width: 1200px;
$mobile-limit: 800px;
$font-size: 18px !default;
$button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$font-color: hsl(0, 0%, 50%);
$link-color: $primary-color;
$font-family: "Din"; //!\\ : il faut bien importer la font (voir les imports en bas de la page)!
$border-radius: 3px;
@ -18,12 +19,18 @@ $border-radius: 3px;
/*CELL*/
$cell-border: 0px;
$cell-entry-hover-background: $primary-color;
$cell-links-color: hsl(185, 45%, 34%);
$cell-title-color: hsl(0, 0, 50%);
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);
$button-background: $primary-color;
/*FOOTER*/
$footer-background-color: hsl(0, 0%, 30%);
$footer-text-color: white;
$footer-hover-text-color: hsl(0, 0%, 80%);
/*HEADER*/
@ -64,6 +71,6 @@ $nav-mobile-bottom-bar-item-hover-background: $primary-color;
$hidden-description: false;
/*TITLE*/
$title-color: #525252;
$title-color: hsl(0, 0%, 50%);
$title-padding: 1em 0em 1em 0.8em;
$title-weight: bold;