25 lines
387 B
SCSS
25 lines
387 B
SCSS
.sellingPrice {
|
|
font-family: $font-family;
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
color: $color-black0;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
}
|