mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
feat(core): Add new SOGoURLCreateAccount option to add a create account link below login form
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user