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

30 lines
614 B
SCSS
Raw Normal View History

2023-01-26 21:21:01 +00:00
.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;
2023-01-27 01:21:39 +00:00
color: #929292;
2023-01-26 21:21:01 +00:00
.installmentsNumber--divParcelamente{
font-weight: 700;
&::after{
content: "x";
}
2023-01-26 21:21:01 +00:00
}
2023-01-27 01:21:39 +00:00
.installments-discount--divParcelamente{
font-weight: 700;
}
2023-01-26 21:21:01 +00:00
.currencyContainer--divParcelamente{
font-weight: 700;
}
}