mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
13 lines
184 B
SCSS
13 lines
184 B
SCSS
@use 'styles/_typography';
|
|
|
|
.priceRanges {
|
|
@include typography.header;
|
|
|
|
display: flex;
|
|
gap: 10px;
|
|
|
|
.originalPrice {
|
|
text-decoration-line: line-through;
|
|
}
|
|
}
|