Commit a585fc79 by unawaz Committed by umar-nawaz

[SWAT-97] Logistration alignment and padding.

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