challenge-vtex-io-emmanuelv.../styles/sass/pages/product/vtex.product-price.scss

25 lines
421 B
SCSS
Raw Normal View History

.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;
}