Projet

Général

Profil

0001-castelnau-le-lez-update-steps-36765.patch

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

Télécharger (1,18 ko)

Voir les différences:

Subject: [PATCH] castelnau-le-lez: update steps (#36765)

 static/castelnau-le-lez/_custom.scss | 10 ++++++++++
 static/castelnau-le-lez/_vars.scss   |  1 +
 2 files changed, 11 insertions(+)
static/castelnau-le-lez/_custom.scss
97 97
		color: white;
98 98
	}
99 99
}
100

  
101

  
102
// Steps
103

  
104
.wcs-steps {
105
	position: relative;
106
	@media ($mq-min--wcs-steps-horizontal-layout) and (max-width: $mobile-limit) {
107
		padding: 0.5em;
108
	}
109
}
static/castelnau-le-lez/_vars.scss
21 21
$footer-color: white;
22 22
$link-color: $primary-color;
23 23
$cell-border: 1px solid transparent;
24
$wcs-steps-spacing: 0.7rem;
24
-