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

30 lines
614 B
SCSS

.sellingPrice--hasListPrice {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000000;
}
.installments--divParcelamente {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #929292;
.installmentsNumber--divParcelamente{
font-weight: 700;
&::after{
content: "x";
}
}
.installments-discount--divParcelamente{
font-weight: 700;
}
.currencyContainer--divParcelamente{
font-weight: 700;
}
}