18 lines
215 B
SCSS
18 lines
215 B
SCSS
.sellingPriceValue
|
|
{
|
|
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
font-family: $font-open;
|
|
color: $color-black2 !important;
|
|
|
|
}
|
|
|
|
.installmentsNumber,
|
|
.installmentValue {
|
|
font-weight: 700;
|
|
}
|
|
|
|
|