Show a signup link under the login form if open signup is enabled

This commit is contained in:
Jyri-Petteri Paloposki 2020-07-23 20:48:38 +03:00
parent e0dc5b21ac
commit f86285b7b3
3 changed files with 10 additions and 0 deletions

View file

@ -30,6 +30,10 @@ body {
color: #eaeaea;
text-decoration: underline;
}
.signup-prompt {
text-align: right;
}
}