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

@@ -2251,6 +2251,11 @@ article.card {
#pricing-modal-login-register #login-register > section form input[type="email"],
#pricing-modal-login-register #login-register > section form input[type="password"] {
max-width: 11em; }
#pricing-modal-login-register #login-register > section form#user-login-form #edit-pass--description,
#pricing-modal-login-register #login-register > section form #edit-pass-pass1--description {
display: block;
max-width: 16em;
font-size: 0.693em; }
#main-content form.commerce-checkout-flow {
max-width: 641px; }

File diff suppressed because one or more lines are too long