|
@@ -17,7 +17,7 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
|
margin: 0;
|
|
|
|
|
|
.svg-icon {
|
|
|
- vertical-align: top;
|
|
|
+ vertical-align: text-top;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -60,6 +60,8 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
|
background-color: map-deep-get($config-woocommerce, "mini-cart", "color", "background");
|
|
|
color: map-deep-get($config-woocommerce, "mini-cart", "color", "text");
|
|
|
padding-top: #{map-deep-get($config-header, "main-nav", "link-padding")};
|
|
|
+ padding-left: #{map-deep-get($config-header, "main-nav", "link-padding")};
|
|
|
+ padding-right: #{map-deep-get($config-header, "main-nav", "link-padding")};
|
|
|
width: 100%;
|
|
|
|
|
|
a,
|
|
@@ -115,6 +117,7 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
|
|
|
|
.woocommerce.widget_shopping_cart .cart_list {
|
|
|
border-bottom: 1px solid map-deep-get($config-woocommerce, "mini-cart", "color", "border");
|
|
|
+
|
|
|
li {
|
|
|
border-top: 1px solid map-deep-get($config-woocommerce, "mini-cart", "color", "border");
|
|
|
}
|