2023-01-25 13:43:53 +00:00
|
|
|
.sellingPrice {
|
2023-01-25 00:07:05 +00:00
|
|
|
font-family: $font-family;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 25px;
|
|
|
|
line-height: 38px;
|
|
|
|
color: $color-black0;
|
|
|
|
}
|
2023-02-08 15:52:36 +00:00
|
|
|
|
|
|
|
.installments {
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
height: 22px;
|
|
|
|
color: #929292;
|
|
|
|
|
|
|
|
.installments-portion {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|