Merged in release/release-1.09 (pull request #10)
Release/release 1.09 * Install missing plugins * rs set to 1 * rebase pantheon for aws * rebase pantheon for aws * prod config change * prod config change * fix campaing issue * revert Approved-by: Jay Sharma
This commit is contained in:
committed by
Jay Sharma
parent
779393381f
commit
22f10a9edd
@@ -105,6 +105,12 @@ p.demo_store,
|
||||
@include clearfix();
|
||||
margin: 0 0 1em;
|
||||
padding: 0;
|
||||
font-size: 0.92em;
|
||||
color: $subtext;
|
||||
|
||||
a {
|
||||
color: $subtext;
|
||||
}
|
||||
}
|
||||
|
||||
.quantity .qty {
|
||||
@@ -127,6 +133,8 @@ p.demo_store,
|
||||
|
||||
span.price,
|
||||
p.price {
|
||||
color: $highlight;
|
||||
font-size: 1.25em;
|
||||
|
||||
ins {
|
||||
background: inherit;
|
||||
@@ -144,6 +152,14 @@ p.demo_store,
|
||||
font-size: 0.92em;
|
||||
}
|
||||
|
||||
.stock {
|
||||
color: $highlight;
|
||||
}
|
||||
|
||||
.out-of-stock {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.woocommerce-product-rating {
|
||||
margin-bottom: 1.618em;
|
||||
}
|
||||
@@ -589,6 +605,7 @@ p.demo_store,
|
||||
}
|
||||
|
||||
.price {
|
||||
color: $highlight;
|
||||
display: block;
|
||||
font-weight: normal;
|
||||
margin-bottom: 0.5em;
|
||||
@@ -738,6 +755,11 @@ p.demo_store,
|
||||
background: 0;
|
||||
border: 0;
|
||||
|
||||
.meta {
|
||||
color: $subtext;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
img.avatar {
|
||||
float: left;
|
||||
position: absolute;
|
||||
@@ -1724,48 +1746,6 @@ 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