challenge-vtex-io-naian-felix/styles/sass/pages/product/vtex.product-price.scss

26 lines
424 B
SCSS
Raw Permalink Normal View History

.listPrice,
.savings {
display: none;
}
.sellingPrice {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000000;
}
.installments {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #929292;
}
:global(.vtex-product-price-1-x-listPrice) {
display: none;
}