66 lines
1.3 KiB
CSS
66 lines
1.3 KiB
CSS
/*
|
|
0 - 600PX: Phone
|
|
600 - 900px: Table portrait
|
|
900 - 1200px: Tablet landscape
|
|
[1200 - 1800] is where our nortal styles apply
|
|
1800px + : Big desktop
|
|
*/
|
|
/* Media Query M3 */
|
|
/* Grid breakpoints */
|
|
.sellingPrice--hasListPrice {
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
color: #000000;
|
|
}
|
|
|
|
.installments--m3-custom-installments {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: #929292;
|
|
}
|
|
|
|
.installments-highlight--m3-custom-installments {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.listPriceValue--summary {
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
text-decoration-line: line-through;
|
|
color: #BABABA;
|
|
}
|
|
@media screen and (max-width: 1024px) {
|
|
.listPriceValue--summary {
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
}
|
|
}
|
|
.listPriceValue--summary::before {
|
|
content: "de ";
|
|
}
|
|
.listPriceValue--summary::after {
|
|
content: " por";
|
|
}
|
|
|
|
.sellingPrice--summary--hasListPrice {
|
|
font-size: 24px;
|
|
line-height: 33px;
|
|
margin-top: 8px;
|
|
margin-bottom: 32px;
|
|
}
|
|
@media screen and ((min-width: 769px) and (max-width: 1024px)) {
|
|
.sellingPrice--summary--hasListPrice {
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
margin-bottom: 24px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.sellingPrice--summary--hasListPrice {
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
margin-bottom: 16px;
|
|
}
|
|
} |