Projet

Général

Profil

0001-villeurbanne-2018-reduce-margins-around-steps.patch

Serghei Mihai, 19 novembre 2019 14:35

Télécharger (814 octets)

Voir les différences:

Subject: [PATCH] villeurbanne-2018: reduce margins around steps

 static/villeurbanne-2018/_custom.scss | 11 +++++++++++
 1 file changed, 11 insertions(+)
static/villeurbanne-2018/_custom.scss
461 461
.vu-navigation .navigation-line {
462 462
	table-layout: fixed;
463 463
}
464

  
465
.wcs-steps--list {
466
	@media (min-width: $mobile-limit + 1) {
467
		margin-bottom: 0;
468
	}
469
}
470

  
471
.wcs-step:last-child {
472
	margin: 0;
473
	padding: 0;
474
}
464
-