Commit 2c7a1af6 authored by Bryce Johnson's avatar Bryce Johnson

Add submit button contain with custom margin.

parent bd0bf407
...@@ -198,6 +198,10 @@ ...@@ -198,6 +198,10 @@
font-weight: normal; font-weight: normal;
} }
.submit-container {
margin-top: 16px;
}
input[type="submit"] { input[type="submit"] {
@extend .btn-block; @extend .btn-block;
margin-bottom: 0px; margin-bottom: 0px;
......
...@@ -12,5 +12,5 @@ ...@@ -12,5 +12,5 @@
%span Remember me %span Remember me
.pull-right .pull-right
= link_to "Forgot your password?", new_password_path(resource_name) = link_to "Forgot your password?", new_password_path(resource_name)
%div.prepend-top-20 %div.submit-container
= f.submit "Sign in", class: "btn btn-save" = f.submit "Sign in", class: "btn btn-save"
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
= recaptcha_tags = recaptcha_tags
%div %div
= f.submit "Register", class: "btn-register btn" = f.submit "Register", class: "btn-register btn"
.clearfix.prepend-top-20 .clearfix.submit-container
%p %p
%span.light Didn't receive a confirmation email? %span.light Didn't receive a confirmation email?
= succeed '.' do = succeed '.' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment