forked from M3-Academy/challenge-vtex-io
24 lines
485 B
SCSS
24 lines
485 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;
|
||
|
}
|
||
|
.currencyContainer--divParcelamente{
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
}
|