Projet

Général

Profil

0005-guerande-remove-font-size-var.patch

Thomas Jund (congés, retour le 29/04), 11 août 2021 17:33

Télécharger (695 octets)

Voir les différences:

Subject: [PATCH 05/11] guerande: remove $font-size var

 static/guerande/_vars.scss | 1 -
 1 file changed, 1 deletion(-)
static/guerande/_vars.scss
3 3
$width: 1260px;
4 4
$font-color: black;
5 5
$font-family: Montserrat, sans-serif;
6
$font-size: 1em;
7 6
$nav-background: $primary-color;
8 7
$nav-submenu-background: $primary-color;
9 8
$nav-submenu-color: white;
10
-