Projet

Général

Profil

0001-toulouse-2022-set-asterisk-color-to-red-69459.patch

Nicolas Roche (absent jusqu'au 3 avril), 22 septembre 2022 17:11

Télécharger (789 octets)

Voir les différences:

Subject: [PATCH 1/2] toulouse-2022: set asterisk color to red (#69459)

 static/toulouse-2022/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/toulouse-2022/_custom.scss
491 491
	}
492 492
}
493 493

  
494 494
label {
495 495
	font-size: $fz-small;
496 496
	font-weight: bold;
497 497
}
498 498

  
499
span.required {
500
	color: $color-warning;
501
}
502

  
499 503
.RadiobuttonsWidget .content label {
500 504
	font-weight: 400;
501 505
}
502 506

  
503 507
div#rub_service {
504 508
	clear: both;
505 509
	padding-top: 2rem;
506 510
	h3 {
507
-