commerce/components/price/styles.module.scss
2023-07-21 22:05:32 -05:00

13 lines
184 B
SCSS

@use 'styles/_typography';
.priceRanges {
@include typography.header;
display: flex;
gap: 10px;
.originalPrice {
text-decoration-line: line-through;
}
}