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

23 lines
333 B
SCSS
Raw Normal View History

.sellingPriceValue {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000000;
}
.installments {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #929292;
}
2023-02-10 21:07:08 +00:00
.listPrice {
display: block;
}