Center vertical Cart and Mini Cart
This commit is contained in:
@@ -1120,6 +1120,21 @@ td.product,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-cart-mini {
|
||||||
|
|
||||||
|
thead,
|
||||||
|
tbody,
|
||||||
|
tfoot {
|
||||||
|
> tr {
|
||||||
|
> th,
|
||||||
|
> td {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.table-cart {
|
.table-cart {
|
||||||
|
|
||||||
thead,
|
thead,
|
||||||
@@ -1130,6 +1145,7 @@ td.product,
|
|||||||
> td {
|
> td {
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
&.product { text-align: left; }
|
&.product { text-align: left; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user