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,7 +2,8 @@ | ||
2 | %h3.page-title Reset password | 2 | %h3.page-title Reset password |
3 | .devise-errors | 3 | .devise-errors |
4 | = devise_error_messages! | 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 | .clearfix.append-bottom-10 | 7 | .clearfix.append-bottom-10 |
7 | = f.submit "Reset password", class: "btn-primary btn" | 8 | = f.submit "Reset password", class: "btn-primary btn" |
8 | %hr | 9 | %hr |