|
@@ -21,11 +21,11 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
|
}
|
|
|
|
|
|
.woocommerce-cart-subtotal {
|
|
|
- color: #{map-deep-get($config-header, "branding", "color", "text")};
|
|
|
+ color: #{map-deep-get($config-woocommerce, "mini-cart", "color", "subtotal")};
|
|
|
}
|
|
|
|
|
|
.woocommerce-cart-count {
|
|
|
- color: #{map-deep-get($config-global, "color", "foreground", "light")};
|
|
|
+ color: #{map-deep-get($config-woocommerce, "mini-cart", "color", "count")};
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|
|
@@ -62,6 +62,8 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
|
.woocommerce-mini-cart__buttons {
|
|
|
text-align: right;
|
|
|
a {
|
|
|
+ color: map-deep-get($config-woocommerce, "mini-cart", "button", "color");
|
|
|
+ background-color: map-deep-get($config-woocommerce, "mini-cart", "button", "background-color");
|
|
|
margin: 0;
|
|
|
text-align: right;
|
|
|
|