Projet

Général

Profil

0003-nanterre-update-steps-36765.patch

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

Télécharger (1,09 ko)

Voir les différences:

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

 static/nanterre/_custom.scss | 10 ++++++++++
 static/nanterre/_vars.scss   |  3 +++
 2 files changed, 13 insertions(+)
static/nanterre/_custom.scss
336 336
		margin-right: 10px;
337 337
	}
338 338
}
339

  
340
// Steps
341
@include desktop-vertical-steps() {
342
	.wcs-steps {
343
		font-size: 1.4em;
344
	}
345
	.wcs-step--label {
346
		margin-left: 0;
347
	}
348
}
static/nanterre/_vars.scss
22 22
$footer-color: #333;
23 23
$sidebar-position: right;
24 24
$dashboard-selected-color: $primary-color;
25

  
26
$wcs-steps-spacing: 0.7rem;
27
$wcs-steps-background: #fff;
25
-