Projet

Général

Profil

0006-fixup-saumur-new-theme-69791.patch

A. Berriot, 13 octobre 2022 11:54

Télécharger (1,25 ko)

Voir les différences:

Subject: [PATCH 6/6] fixup! saumur: new theme (#69791)

 static/saumur/_custom.scss | 2 +-
 static/saumur/_vars.scss   | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)
static/saumur/_custom.scss
204 204
}
205 205

  
206 206
// forms
207
.form-content, .form-content--sidebox, .form-content--body {
207
.form-content {
208 208
    @extend %cell;
209 209
}
210 210

  
static/saumur/_vars.scss
91 91
$footer-background: $orange;
92 92
$footer-color: $white;
93 93
$footer-link-color: $white;
94

  
95
$form-sidebar-position: top;
96
$wcs-step-marker-type: disc tied;
97
$wcs-step-current-marker-background: $primary-color;
98
$wcs-step-current-marker-color: white;
99
$wcs-step-marker-background: $light-green;
100
$wcs-step-border-bottom: none;
101
$wcs-step-marker-tie-color: $light-green;
94
-