|
@@ -148,6 +148,7 @@ body[class*="woocommerce"] #page { // adding #page here to override default wc s
|
|
margin-bottom: #{0.5 * map-deep-get($config-woocommerce, "table", "padding")};
|
|
margin-bottom: #{0.5 * map-deep-get($config-woocommerce, "table", "padding")};
|
|
margin-top: #{0.5 * map-deep-get($config-woocommerce, "table", "padding")};
|
|
margin-top: #{0.5 * map-deep-get($config-woocommerce, "table", "padding")};
|
|
font-size: map-deep-get($config-global, "font", "size", "sm");
|
|
font-size: map-deep-get($config-global, "font", "size", "sm");
|
|
|
|
+ font-weight: bold;
|
|
border-radius: map-deep-get($config-woocommerce, "table", "border", "radius");
|
|
border-radius: map-deep-get($config-woocommerce, "table", "border", "radius");
|
|
line-height: map-deep-get($config-global, "font", "line-height", "body");
|
|
line-height: map-deep-get($config-global, "font", "line-height", "body");
|
|
background-color: map-deep-get($config-global, "color", "background", "dark");
|
|
background-color: map-deep-get($config-global, "color", "background", "dark");
|