challenge-vtex-io-thiago-dutra/styles/css/vtex.product-price.css

52 lines
881 B
CSS
Raw Permalink Normal View History

2023-02-08 14:09:41 +00:00
/*
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 */
.savings {
2023-02-08 14:09:41 +00:00
display: none;
}
2023-02-08 14:09:41 +00:00
.installments {
color: #929292;
}
2023-02-08 14:09:41 +00:00
.listPrice {
font-family: "Opens Sans", sans-serif;
line-height: 19px;
color: #bababa;
font-size: 14px;
}
2023-02-08 14:09:41 +00:00
.listPrice .listPriceValue::before {
content: "de ";
font-size: 14px;
}
2023-02-08 14:09:41 +00:00
.listPrice .listPriceValue::after {
content: " por";
font-size: 14px;
}
2023-02-08 14:09:41 +00:00
.installments--divider {
font-family: "Open Sans", sans-serif;
line-height: 21px;
font-size: 16px;
margin-bottom: 8px;
}
2023-02-08 14:09:41 +00:00
.sellingPriceValue {
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000;
}
2023-02-08 14:09:41 +00:00
.installmentValue {
font-weight: 700;
font-size: 16px;
line-height: 22px;
}