Fix table-item margin typo

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-21 21:05:51 +03:00
parent 7ab64641fb
commit e847f520c1

View File

@@ -70,7 +70,7 @@ $social-button_inner_margin: 10px;
} }
@include mixins.mx_index_brands_fix2 { @include mixins.mx_index_brands_fix2 {
margin-right: math.div(variables.$px_horizontalPadding2, 10); margin-right: math.div(variables.$px_horizontalPadding3, 10);
width: $table-item_img_width_s; width: $table-item_img_width_s;
} }
@@ -80,15 +80,6 @@ $social-button_inner_margin: 10px;
} }
} }
&:first-of-type {
margin-top: 0;
}
@include mixins.mx_mobile {
flex-direction: column;
}
}
.vertical-separator { .vertical-separator {
// vertical-separator makes an empty div behave as a separator which aligned vertically // vertical-separator makes an empty div behave as a separator which aligned vertically
height: $table-item_img_width + 20px; height: $table-item_img_width + 20px;
@@ -120,6 +111,15 @@ $social-button_inner_margin: 10px;
} }
} }
&:first-of-type {
margin-top: 0;
}
@include mixins.mx_mobile {
flex-direction: column;
}
}
.reverse { .reverse {
// reverse is a property given to .table-item elements // reverse is a property given to .table-item elements
// it contains styling for img and .vertical-separator elements contained under // it contains styling for img and .vertical-separator elements contained under