Browse Source

Dalston: Updating WC styles to work with menu refeactor in #1578.

Allan Cole 5 years ago
parent
commit
817ced6fb7

+ 1 - 1
dalston/sass/style-child-theme-woocommerce.scss

@@ -42,4 +42,4 @@
 
 body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget {
 	padding: map-deep-get($config-global, "spacing", "unit");
-}
+}

+ 4 - 0
dalston/style-woocommerce-rtl.css

@@ -2130,3 +2130,7 @@ body[class*="woocommerce"] #page .widget_price_filter .price_slider_wrapper .ui-
 		margin-left: auto;
 	}
 }
+
+body[class*="woocommerce"] #page .main-navigation .woocommerce-cart-widget {
+	padding: 16px;
+}