Skip to content

Commit a1e4127

Browse files
authored
Merge pull request #372 from awesomemotive/feature/328-include-tax-value-in-cart-total-in-mini-cart
Fix styling for the tax value
2 parents 54b8107 + 7359432 commit a1e4127

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

assets/sass/plugins/merchant/_side-cart.scss

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.merchant-quantity-plus,
1+
.merchant-quantity-plus,
22
.merchant-quantity-minus {
33
display: none !important;
44
}
@@ -18,4 +18,18 @@
1818
}
1919
}
2020
}
21+
}
22+
23+
.woocommerce-mini-cart__total.botiga-final-total {
24+
.price-data {
25+
max-width: 200px;
26+
}
27+
}
28+
29+
.botiga-side-mini-cart__body {
30+
.woocommerce-mini-cart__total.botiga-final-total {
31+
.price-data {
32+
max-width: 300px;
33+
}
34+
}
2135
}

0 commit comments

Comments
 (0)