29 lines
470 B
SCSS
29 lines
470 B
SCSS
.sellingPriceValue {
|
|
// background-color: yellowgreen;
|
|
// font-family: "Open Sans";
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
color: #000000;
|
|
}
|
|
|
|
.installments {
|
|
margin-bottom: 8px;
|
|
font-family: "Open Sans";
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: #929292;
|
|
|
|
.installmentsNumber,
|
|
.currencyContainer {
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
.savings {
|
|
// font-family: "Open Sans";
|
|
font-weight: 300;
|
|
font-size: 13px;
|
|
color: #929292;
|
|
}
|