Projet

Général

Profil

0002-toulouse-2022-set-asterisk-color-to-red-on-connexion.patch

Nicolas Roche, 22 septembre 2022 17:11

Télécharger (937 octets)

Voir les différences:

Subject: [PATCH 2/2] toulouse-2022: set asterisk color to red on connexion
 page too (#69459)

 static/toulouse-2022/_custom.scss | 2 ++
 1 file changed, 2 insertions(+)
static/toulouse-2022/_custom.scss
610 610
//
611 611

  
612 612
#login-page > .block > div {
613 613
	padding: 1em 0.7em;
614 614
}
615 615

  
616 616
#login-password-form .title label::after {
617 617
	content: " *";
618
	color: $color-warning;
618 619
}
619 620

  
620 621
.block-password h3 + p::before {
621 622
	content: "* ";
623
	color: $color-warning;
622 624
}
623 625

  
624 626
// Additional CSS classes for dedicated cell
625 627
.login_registration_content div {
626 628
	text-align: center;
627 629
}
628 630

  
629 631
// FC
630
-