Commit 9d61ea55d15aa5b201d9be6145d4c70db4fd0de8
1 parent
faafde2d
Exists in
spb-stable
and in
3 other branches
Added margin between form and button in reset-password form.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
... | ... | @@ -2,7 +2,8 @@ |
2 | 2 | %h3.page-title Reset password |
3 | 3 | .devise-errors |
4 | 4 | = devise_error_messages! |
5 | - = f.email_field :email, placeholder: "Email", class: "form-control", required: true | |
5 | + .clearfix.append-bottom-20 | |
6 | + = f.email_field :email, placeholder: "Email", class: "form-control", required: true | |
6 | 7 | .clearfix.append-bottom-10 |
7 | 8 | = f.submit "Reset password", class: "btn-primary btn" |
8 | 9 | %hr | ... | ... |