UX: make font size consistent on password reset modal
This commit is contained in:
parent
e6b7458b54
commit
ee1f3a4b25
|
@ -1,5 +1,5 @@
|
|||
<form>
|
||||
{{#d-modal-body}}
|
||||
{{#d-modal-body class="forgot-password-modal"}}
|
||||
{{#unless offerHelp}}
|
||||
<label for='username-or-email'>{{i18n 'forgot_password.invite'}}</label>
|
||||
{{text-field value=accountEmailOrUsername placeholderKey="login.email_placeholder" id="username-or-email" autocorrect="off" autocapitalize="off"}}
|
||||
|
|
|
@ -212,6 +212,11 @@
|
|||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
// password reset modal
|
||||
.modal-body.forgot-password-modal p {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.reply-where-modal {
|
||||
|
|
|
@ -1036,7 +1036,7 @@ en:
|
|||
|
||||
complete_username_not_found: "No account matches the username <b>%{username}</b>"
|
||||
complete_email_not_found: "No account matches <b>%{email}</b>"
|
||||
help: "<p>Email not arriving? Be sure to check your spam folder first.</p><p>Not sure which email address you used? Enter an email address and we’ll let you know if it exists here.</p><p>If you no longer have access to the email address on your account, please contact <a href='/about'>our helpful staff.</a></p>"
|
||||
help: "Email not arriving? Be sure to check your spam folder first.<p>Not sure which email address you used? Enter an email address and we’ll let you know if it exists here.</p><p>If you no longer have access to the email address on your account, please contact <a href='/about'>our helpful staff.</a></p>"
|
||||
button_ok: "OK"
|
||||
button_help: "Help"
|
||||
login:
|
||||
|
|
Loading…
Reference in New Issue