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