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

63 lines
1.3 KiB
CSS

@charset "UTF-8";
/*
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 */
/* VALOR PRINCIPAL DO PRODUTO */
.sellingPrice--hasListPrice {
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000000;
}
/* VALORES DE PARCELAMENTOS E JUROS */
.installments--divider {
margin-bottom: 8px;
}
.installments--divider .installmentsNumber {
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #929292;
}
.installments--divider .installments-x--divider {
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #929292;
}
.installments--divider .installmentValue--divider {
margin-bottom: 8px;
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #929292;
}
.installments--divider .installments-discount--divider {
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #929292;
}
/* PROMOÇÃO DA PRATELEIRA VOCÊ TAMBÉM PODE GOSTAR */
.listPrice {
font-family: "Opens Sans", sans-serif;
line-height: 19px;
color: #bababa;
font-size: 14px;
}
.listPrice .listPriceValue::before {
content: "de ";
font-size: 14px;
}
.listPrice .listPriceValue::after {
content: " por";
font-size: 14px;
}