Reduced font weight in "no results" headers, to match the headers elsewhere in the Marketplace.
This commit is contained in:
parent
4e1ea5184e
commit
3012a41f4e
|
@ -3,6 +3,7 @@
|
|||
.woocommerce-marketplace__no-results__heading {
|
||||
margin: 0;
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.woocommerce-marketplace__no-results__description {
|
||||
|
@ -17,6 +18,6 @@
|
|||
|
||||
.woocommerce-marketplace__no-results .woocommerce-marketplace__product-list-title {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
font-weight: 400;
|
||||
margin: $grid-unit-40 0 0 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue