Remove width styling for .table-item imgs
This commit is contained in:
@@ -94,19 +94,20 @@ $social-button_inner_margin: 10px;
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
picture {
|
||||||
|
place-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin-right: math.div(variables.$px_horizontalPadding, 10);
|
margin-right: math.div(variables.$px_horizontalPadding, 10);
|
||||||
width: $table-item_img_width_l;
|
|
||||||
|
|
||||||
@include mixins.mx_index_brands_fix {
|
@include mixins.mx_index_brands_fix {
|
||||||
margin-right: math.div(variables.$px_horizontalPadding2, 10);
|
margin-right: math.div(variables.$px_horizontalPadding2, 10);
|
||||||
width: $table-item_img_width;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include mixins.mx_index_brands_fix2 {
|
@include mixins.mx_index_brands_fix2 {
|
||||||
margin-right: math.div(variables.$px_horizontalPadding3, 10);
|
margin-right: math.div(variables.$px_horizontalPadding3, 10);
|
||||||
width: $table-item_img_width_s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include mixins.mx_mobile {
|
@include mixins.mx_mobile {
|
||||||
@@ -195,17 +196,6 @@ $social-button_inner_margin: 10px;
|
|||||||
|
|
||||||
.square {
|
.square {
|
||||||
img {
|
img {
|
||||||
height: $table-item_img_width_l;
|
|
||||||
width: auto;
|
|
||||||
|
|
||||||
@include mixins.mx_index_brands_fix {
|
|
||||||
height: $table-item_img_width;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include mixins.mx_index_brands_fix2 {
|
|
||||||
height: $table-item_img_width_s;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include mixins.mx_mobile {
|
@include mixins.mx_mobile {
|
||||||
height: $table-item_img_width;
|
height: $table-item_img_width;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user