53 lines
794 B
SCSS
53 lines
794 B
SCSS
.sellingPriceValue {
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
color: #000000;
|
|
}
|
|
|
|
.installments {
|
|
margin-bottom: 8px;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: #929292;
|
|
|
|
.installmentsNumber,
|
|
.currencyContainer {
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
|
|
.savings {
|
|
font-weight: 300;
|
|
font-size: 13px;
|
|
color: #929292;
|
|
}
|
|
|
|
/* ----- SHELF ----- */
|
|
.listPrice--summary {
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
text-decoration-line: line-through;
|
|
color: #bababa;
|
|
|
|
@include mq(lg, max) {
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
|
|
.sellingPrice--summary {
|
|
padding-top: 8px;
|
|
|
|
.sellingPriceValue--summary {
|
|
font-size: 24px;
|
|
line-height: 33px;
|
|
color: #000000;
|
|
|
|
@include mq(lg, max) {
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
}
|
|
}
|
|
}
|