Projet

Général

Profil

0001-toulouse-2022-get-same-titles-as-portal-on-rub-70189.patch

Nicolas Roche, 12 octobre 2022 17:26

Télécharger (876 octets)

Voir les différences:

Subject: [PATCH] toulouse-2022: get same titles as portal on rub (#70189)

 static/toulouse-2022/_custom.scss | 6 ------
 1 file changed, 6 deletions(-)
static/toulouse-2022/_custom.scss
464 464
label {
465 465
	font-size: $fz-small;
466 466
	font-weight: bold;
467 467
}
468 468

  
469 469
div#rub_service {
470 470
	clear: both;
471 471
	padding-top: 2rem;
472
	h3 {
473
		@extend .h2;
474
	}
475
	h4 {
476
		@extend .h3;
477
	}
478 472
	div.error {
479 473
		font-weight: normal;
480 474
		font-size: $fz-small;
481 475
		color: $error-color;
482 476
	}
483 477
	.submit-button button::after {
484 478
		content: "	\2002\2192";
485 479
	}
486
-