Reduced font weight in "no results" headers, to match the headers elsewhere in the Marketplace.

This commit is contained in:
And Finally 2023-11-22 13:35:00 +00:00
parent 4e1ea5184e
commit 3012a41f4e
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}