[SWAT-97] Logistration alignment and padding.

This commit is contained in:
unawaz
2015-12-15 22:36:24 +05:00
committed by umar-nawaz
parent e3184ea997
commit a585fc7935

View File

@@ -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);