Projet

Général

Profil

0001-lille-metropole-update-steps-36765.patch

Thomas Jund (congés, retour le 29/04), 27 novembre 2019 11:24

Télécharger (1,16 ko)

Voir les différences:

Subject: [PATCH] lille-metropole: update steps (#36765)

 static/lille-metropole/_custom.scss | 8 ++++++++
 static/lille-metropole/_vars.scss   | 4 ++++
 2 files changed, 12 insertions(+)
static/lille-metropole/_custom.scss
169 169
		color: $font-color;
170 170
	}
171 171
}
172

  
173
// Steps
174
.wcs-steps {
175
	font-size: 1.2em;
176
	@include desktop-vertical-steps() {
177
		font-size: 1.4em;
178
	}
179
}
static/lille-metropole/_vars.scss
29 29

  
30 30
$form-style: light;
31 31
$notification-style: border-icon;
32

  
33
$wcs-steps-spacing: 0.5em;
34
$wcs-steps-background: white;
35
$wcs-step-current-border-bottom: 5px solid $primary-color;
32
-