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

Add submit button contain with custom margin.

parent bd0bf407
......@@ -198,6 +198,10 @@
font-weight: normal;
}
.submit-container {
margin-top: 16px;
}
input[type="submit"] {
@extend .btn-block;
margin-bottom: 0px;
......
......@@ -12,5 +12,5 @@
%span Remember me
.pull-right
= 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"
......@@ -24,7 +24,7 @@
= recaptcha_tags
%div
= f.submit "Register", class: "btn-register btn"
.clearfix.prepend-top-20
.clearfix.submit-container
%p
%span.light Didn't receive a confirmation email?
= 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