challenge-vtex-io-thiago-br.../styles/css/vtex.product-price.css
2023-02-08 00:20:20 -03:00

105 lines
2.2 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--promotion-prateleira {
padding: 0 16px 8px 16px;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
color: #bababa;
}
@media only screen and (max-width: 1024px) {
.listPrice--promotion-prateleira {
padding: 0 8px 8px 8px;
font-size: 12px;
line-height: 16px;
}
}
.listPrice--promotion-prateleira .listPriceValue::before {
content: "de ";
font-size: 14px;
font-weight: 400;
line-height: 19px;
color: #bababa;
}
@media only screen and (max-width: 1024px) {
.listPrice--promotion-prateleira .listPriceValue::before {
font-size: 12px;
line-height: 16px;
}
}
.listPrice--promotion-prateleira .listPriceValue::after {
content: " por";
font-size: 14px;
font-weight: 400;
line-height: 19px;
color: #bababa;
}
@media only screen and (max-width: 1024px) {
.listPrice--promotion-prateleira .listPriceValue::after {
font-size: 12px;
line-height: 16px;
}
}
.sellingPrice--price-prateleira {
padding: 0 16px;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
}
@media only screen and (max-width: 1024px) {
.sellingPrice--price-prateleira {
padding: 0 8px;
font-size: 18px;
line-height: 25px;
}
}