Projet

Général

Profil

0005-blois-2018-updates-steps-36765.patch

Thomas Jund, 16 novembre 2019 18:55

Télécharger (1,34 ko)

Voir les différences:

Subject: [PATCH 05/50] blois-2018: updates steps (#36765)

 static/blois-2018/_custom.scss | 18 ++++++++++++++----
 static/blois-2018/_vars.scss   |  3 +++
 2 files changed, 17 insertions(+), 4 deletions(-)
static/blois-2018/_custom.scss
393 393
			color: white;
394 394
		}
395 395
	}
396
	div#steps {
397
		padding-left: 20px;
398
		@media screen and (max-width: $mobile-limit) {
399
			padding-left: 0;
396
}
397

  
398
// WCS Steps
399
.wcs-steps {
400
	padding-left: $wcs-steps-spacing * 2;
401
}
402
.wcs-step {
403
	font-size: 1.2em;
404
	@include desktop-vertical-steps() {
405
		font-size: 1.8em;
406
		padding-bottom: $wcs-steps-spacing;
407

  
408
		&--label {
409
			font-size: 0.6em;
400 410
		}
401 411
	}
402 412
}
static/blois-2018/_vars.scss
20 20

  
21 21
$button-background: $primary-color;
22 22
$widget-focus-background: white;
23

  
24
$wcs-steps-spacing: 0.7em;
25
$wcs-steps-marker-size: 2.5em;
23
-