70 lines
1.2 KiB
SCSS
70 lines
1.2 KiB
SCSS
.sellingPrice {
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
|
|
color: #000000;
|
|
}
|
|
.flexRowContent {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.listPriceValue {
|
|
text-decoration-line: line-through;
|
|
text-decoration-color: #bababa;
|
|
&::before {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #bababa;
|
|
line-height: 19px;
|
|
content: "de";
|
|
margin-right: 6px;
|
|
}
|
|
&::after {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
color: #bababa;
|
|
line-height: 19px;
|
|
content: "por";
|
|
margin-left: 5px;
|
|
}
|
|
.currencyCode,
|
|
.currencyLiteral,
|
|
.currencyInteger {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #bababa;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
.listPrice {
|
|
height: 19px;
|
|
}
|
|
.listPriceValue {
|
|
.currencyCode,
|
|
.currencyLiteral,
|
|
.currencyInteger {
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
|
|
.sellingPrice {
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
}
|
|
}
|
|
|
|
.currencyGroup {
|
|
color: #bababa;
|
|
}
|