Commit a585fc79 by unawaz Committed by umar-nawaz

[SWAT-97] Logistration alignment and padding.

parent e3184ea9
...@@ -130,10 +130,13 @@ $sm-btn-linkedin: #0077b5; ...@@ -130,10 +130,13 @@ $sm-btn-linkedin: #0077b5;
.toggle-form { .toggle-form {
@include box-sizing(border-box); @include box-sizing(border-box);
max-width: 650px; max-width: 650px;
min-width: 400px; min-width: 250px;
margin: 0 auto; margin: 0 auto;
padding-left: $baseline; // Don't want to override any top or bottom (CR) padding: {
padding-right: $baseline // Don't want to override any top or bottom (CR) left: $baseline; // Don't want to override any top or bottom (CR)
right: $baseline; // Don't want to override any top or bottom (CR)
bottom: ($baseline/2);
}
} }
.toggle-form { .toggle-form {
...@@ -148,7 +151,6 @@ $sm-btn-linkedin: #0077b5; ...@@ -148,7 +151,6 @@ $sm-btn-linkedin: #0077b5;
text-align: center; text-align: center;
} }
/** The forms **/ /** The forms **/
.form-wrapper { .form-wrapper {
padding-top: ($baseline + 5); padding-top: ($baseline + 5);
......
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