Merged in feature/117-dev-dev01 (pull request #8)
auto-patch 117-dev-dev01-2023-12-15T16_09_06 * auto-patch 117-dev-dev01-2023-12-15T16_09_06
This commit is contained in:
@@ -105,12 +105,6 @@ p.demo_store,
|
||||
@include clearfix();
|
||||
margin: 0 0 1em;
|
||||
padding: 0;
|
||||
font-size: 0.92em;
|
||||
color: $subtext;
|
||||
|
||||
a {
|
||||
color: $subtext;
|
||||
}
|
||||
}
|
||||
|
||||
.quantity .qty {
|
||||
@@ -133,8 +127,6 @@ p.demo_store,
|
||||
|
||||
span.price,
|
||||
p.price {
|
||||
color: $highlight;
|
||||
font-size: 1.25em;
|
||||
|
||||
ins {
|
||||
background: inherit;
|
||||
@@ -152,14 +144,6 @@ p.demo_store,
|
||||
font-size: 0.92em;
|
||||
}
|
||||
|
||||
.stock {
|
||||
color: $highlight;
|
||||
}
|
||||
|
||||
.out-of-stock {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.woocommerce-product-rating {
|
||||
margin-bottom: 1.618em;
|
||||
}
|
||||
@@ -605,7 +589,6 @@ p.demo_store,
|
||||
}
|
||||
|
||||
.price {
|
||||
color: $highlight;
|
||||
display: block;
|
||||
font-weight: normal;
|
||||
margin-bottom: 0.5em;
|
||||
@@ -755,11 +738,6 @@ p.demo_store,
|
||||
background: 0;
|
||||
border: 0;
|
||||
|
||||
.meta {
|
||||
color: $subtext;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
img.avatar {
|
||||
float: left;
|
||||
position: absolute;
|
||||
@@ -1746,6 +1724,48 @@ p.demo_store,
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* WooCommerce specific styles for legacy themes.
|
||||
*/
|
||||
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) {
|
||||
|
||||
.woocommerce-breadcrumb {
|
||||
|
||||
font-size: 0.92em;
|
||||
color: $subtext;
|
||||
|
||||
a {
|
||||
color: $subtext;
|
||||
}
|
||||
}
|
||||
|
||||
div.product {
|
||||
span.price,
|
||||
p.price {
|
||||
color: $highlight;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
.stock {
|
||||
color: $highlight;
|
||||
}
|
||||
|
||||
.out-of-stock {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
||||
ul.products li.product .price {
|
||||
color: $highlight;
|
||||
}
|
||||
|
||||
#reviews #comments ol.commentlist li .meta {
|
||||
color: $subtext;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.woocommerce-no-js {
|
||||
|
||||
form.woocommerce-form-login,
|
||||
|
||||
Reference in New Issue
Block a user