Projet

Général

Profil

0001-caen-reduce-steps-bloc-height-in-mobile-view-60763.patch

Serghei Mihai (congés, retour 15/05), 18 janvier 2022 11:56

Télécharger (702 octets)

Voir les différences:

Subject: [PATCH] caen: reduce steps bloc height in mobile view (#60763)

 static/caen/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/caen/_custom.scss
515 515
		border-right: 1px solid $gray;
516 516
		font-weight: 700;
517 517
	}
518
	@media ($max-mobile-viewport) {
519
		padding-top: 0.5rem;
520
		padding-bottom: 0.5rem;
521
	}
518 522
}
519 523

  
520 524
div.gru-content .submit-button button,
521
-