Projet

Général

Profil

0001-strasbourg-2018-update-steps-36765.patch

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

Télécharger (905 octets)

Voir les différences:

Subject: [PATCH] strasbourg-2018: update steps (#36765)

 static/strasbourg-2018/_custom.scss | 10 ++++++++++
 1 file changed, 10 insertions(+)
static/strasbourg-2018/_custom.scss
433 433
	}
434 434
}
435 435

  
436
.wcs-step {
437
	&--marker {
438
		border-bottom: 0 none !important;
439
		text-decoration: none;
440
		cursor: pointer;
441
		&-total {
442
			display: none;
443
		}
444
	}
445
}
436 446
/* reduce size of steps when there are too many of them; this is a copy of the
437 447
 * responsive part from src/02-particules/02-modules/forms/main-form/
438 448
 * _molecule-form-progressbar.scss
439
-