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

44 lines
593 B
SCSS

.savings,
.listPrice {
display: none;
}
.sellingPrice {
font-weight: 700;
font-size: 25px;
line-height: 38px;
}
.installments {
font-size: 0;
&Number {
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: $color-gray7;
&::after {
content: " x ";
}
}
}
.installmentValue {
.currencyContainer {
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: $color-gray7;
&::before {
content: "de ";
font-weight: 400;
}
&::after {
content: " sem juros ";
font-weight: 400;
}
}
}