Projet

Général

Profil

0013-toulouse-2022-align-to-left-FC-content-and-color-the.patch

Nicolas Roche, 16 septembre 2022 15:08

Télécharger (873 octets)

Voir les différences:

Subject: [PATCH 13/13] toulouse-2022: align to left FC content and color the
 link (#69188)

 static/toulouse-2022/_custom.scss | 8 ++++++++
 1 file changed, 8 insertions(+)
static/toulouse-2022/_custom.scss
616 616
.block-password h3 + p::before {
617 617
	content: "* ";
618 618
}
619 619

  
620 620
// Additional CSS classes for dedicated cell
621 621
.login_registration_content div {
622 622
	text-align: center;
623 623
}
624

  
625
div#fc-button-wrapper,
626
div#fc-explanation-text {
627
	text-align: left;
628
	a {
629
		text-decoration-color: $salmon;
630
	}
631
}
624
-