challenge-vtex-io-sabrina-m.../styles/sass/pages/product/vtex.product-price.scss

57 lines
978 B
SCSS

.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){
font-size: 12px;
line-height: 16px;
}
&::before {
content: "de ";
}
&::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)) {
font-size: 18px;
line-height: 25px;
margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
font-size: 18px;
line-height: 25px;
margin-bottom: 16px;
}
}