feat(core): Add new SOGoURLCreateAccount option to add a create account link below login form

This commit is contained in:
smizrahi
2024-10-22 16:03:50 +02:00
parent 253d14cfce
commit f2ba6870d5
8 changed files with 35 additions and 0 deletions
@@ -50,6 +50,13 @@ $sg-login-width: grid-step(5);
margin-bottom: 8px;
}
.create-account-link {
color: rgb(255, 255, 255);
font-size: 1em;
text-decoration: none;
margin-bottom: 5px;
}
.password-lost-link {
color: rgb(255, 255, 255);
font-size: 0.9em;