added failed login for register form

This commit is contained in:
2021-01-28 12:26:27 +01:00
parent e65dfeb5b5
commit 4e6ccb23dc
7 changed files with 90 additions and 17 deletions

View File

@ -1672,12 +1672,13 @@ article.card{
font-size: 0.693em;
}
span.login-message{
span.login-message,
span.register-message{
color: red;
font-size: 0.693em;
line-height: 1.2;
display: block;
padding: 0 0 0.8em 0;
padding: 0.8em 0 0 0;
}
}
}