Projet

Général

Profil

0010-toulouse-2022-center-login-registration-content-6918.patch

Nicolas Roche, 16 septembre 2022 15:08

Télécharger (808 octets)

Voir les différences:

Subject: [PATCH 10/13] toulouse-2022: center login registration content
 (#69188)

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

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

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

  
616
// Additional CSS classes for dedicated cell
617
.login_registration_content div {
618
	text-align: center;
619
}
615
-