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

21 lines
247 B
SCSS
Raw Normal View History

.sellingPriceValue
{
font-weight: 700;
font-size: 25px;
line-height: 38px;
font-family: $font-open;
color: $color-black2 !important;
}
.installmentsNumber,
.installmentValue {
font-weight: 700;
}
2023-02-10 14:16:37 +00:00
.listPrice{
display: block;
}