Projet

Général

Profil

0008-toulouse-2022-add-an-asterisk-to-login-fields-69188.patch

Nicolas Roche, 16 septembre 2022 15:08

Télécharger (720 octets)

Voir les différences:

Subject: [PATCH 08/13] toulouse-2022: add an asterisk to login fields (#69188)

 static/toulouse-2022/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/toulouse-2022/_custom.scss
603 603

  
604 604
//
605 605
// Connexion
606 606
//
607 607

  
608 608
#login-page > .block > div {
609 609
	padding: 1em 0.7em;
610 610
}
611

  
612
#login-password-form .title label::after {
613
	content: " *";
614
}
611
-