improve selector for price listing styles
This commit is contained in:
@@ -621,18 +621,18 @@ style.textContent = /* css */`
|
|||||||
font-size: var(--font-size-2xl);
|
font-size: var(--font-size-2xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
page-listing .listing-header .listing-price-wrapper {
|
page-listing > .listing-detail .listing-header .listing-price-wrapper {
|
||||||
margin: var(--space-sm) 0;
|
margin: var(--space-sm) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
page-listing .listing-header .listing-price-wrapper .listing-price {
|
page-listing > .listing-detail .listing-header .listing-price-wrapper > .listing-price {
|
||||||
font-size: var(--font-size-3xl) !important;
|
font-size: var(--font-size-3xl);
|
||||||
font-weight: var(--font-weight-bold);
|
font-weight: var(--font-weight-bold);
|
||||||
color: var(--color-primary);
|
color: var(--color-primary);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
page-listing .listing-header .listing-price-wrapper .listing-price-secondary {
|
page-listing > .listing-detail .listing-header .listing-price-wrapper > .listing-price-secondary {
|
||||||
font-size: var(--font-size-base);
|
font-size: var(--font-size-base);
|
||||||
color: var(--color-text-muted);
|
color: var(--color-text-muted);
|
||||||
margin: var(--space-xs) 0 0;
|
margin: var(--space-xs) 0 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user