25 lines
421 B
SCSS
25 lines
421 B
SCSS
|
.listPrice--m3-product-list-price {
|
||
|
|
||
|
font-family: $font-family;
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
|
||
|
text-decoration-line: line-through;
|
||
|
color: $color-gray9;
|
||
|
padding: 8px 0;
|
||
|
|
||
|
}
|
||
|
|
||
|
.sellingPrice--hasListPrice {
|
||
|
|
||
|
font-family: $font-family;
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
font-size: 24px;
|
||
|
line-height: 33px;
|
||
|
|
||
|
text-align: center;
|
||
|
color: $color-black;
|
||
|
}
|