21 lines
321 B
SCSS
21 lines
321 B
SCSS
.sellingPrice {
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
color: $black;
|
|
}
|
|
|
|
.installments {
|
|
margin: 0;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: #929292;
|
|
|
|
.installments-discount {
|
|
font-weight: 700;
|
|
}
|
|
}
|