21 lines
307 B
SCSS
21 lines
307 B
SCSS
.installments--parcelamentos {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: $color-gray6;
|
|
|
|
.installmentsNumber {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.installmentValue {
|
|
font-weight: 700;
|
|
|
|
&::before {
|
|
content: "de ";
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
}
|