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

67 lines
961 B
SCSS

.savings,
.listPrice {
display: none;
}
.listPrice--summary {
display: block;
font-size: 14px;
line-height: 19px;
color: $color-gray13;
padding-bottom: 8px;
&::before {
content: 'de ';
text-decoration: line-through;
}
&::after {
content: ' por';
text-decoration: line-through;
}
}
.sellingPrice--summary {
font-size: 24px !important;
line-height: 33px !important;
}
.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;
}
}
}