pricing login modal : added password strength description, and lost password link

This commit is contained in:
2021-01-12 10:17:49 +01:00
parent 02c983e7e0
commit efd88d298b
5 changed files with 33 additions and 9 deletions

View File

@ -1469,6 +1469,12 @@ article.card{
input[type="password"]{
max-width: 11em;
}
&#user-login-form #edit-pass--description,
#edit-pass-pass1--description{
display: block;
max-width: 16em;
font-size: 0.693em;
}
}
}
section.login{