36 lines
589 B
SCSS
36 lines
589 B
SCSS
.sellingPrice--m3-custom-selling-price {
|
|
font-size: 0;
|
|
|
|
.currencyContainer--m3-custom-selling-price {
|
|
font-family: Open Sans;
|
|
font-size: 25px;
|
|
font-weight: 700;
|
|
line-height: 38px;
|
|
color: #000000;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.installments--m3-custom-installments {
|
|
font-family: Open Sans;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 22px;
|
|
|
|
.installmentsNumber--m3-custom-installments--36 {
|
|
font-size: 0;
|
|
|
|
&::after {
|
|
content: "4 ";
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
&::before {
|
|
font-size: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
|