Skip to content
Snippets Groups Projects
Commit 2c7a1af6 authored by Bryce Johnson's avatar Bryce Johnson
Browse files

Add submit button contain with custom margin.

parent bd0bf407
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -198,6 +198,10 @@
font-weight: normal;
}
 
.submit-container {
margin-top: 16px;
}
input[type="submit"] {
@extend .btn-block;
margin-bottom: 0px;
Loading
Loading
Loading
Loading
@@ -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"
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment