Projet

Général

Profil

0001-fondettes-update-steps-36765.patch

Thomas Jund (congés, retour le 29/04), 22 novembre 2019 16:48

Télécharger (785 octets)

Voir les différences:

Subject: [PATCH 1/3] fondettes: update steps (#36765)

 static/fondettes/_vars.scss | 3 +++
 1 file changed, 3 insertions(+)
static/fondettes/_vars.scss
1
$primary-color: #2A697C;
1 2
$width: 950px;
2 3
$mobile-limit: 800px;
3 4
$font-size: 13px;
......
15 16
$button-background: #2A697C;
16 17
$title-background: #2A697C;
17 18
$title-color: white;
19
$wcs-step-current-background: hsla(0,0,100%,0.6);
20
$wcs-step-current-marker-background: transparent;
18
-