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

21 lines
307 B
SCSS
Raw Normal View History

2023-01-23 22:15:33 +00:00
.installments--parcelamentos {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: $color-gray6;
.installmentsNumber {
font-weight: 700;
}
.installmentValue {
font-weight: 700;
&::before {
content: "de ";
font-weight: 400;
}
}
}