challenge-vtex-io-eleonora-otz/styles/sass/pages/product/vtex.product-price.scss

57 lines
906 B
SCSS
Raw Normal View History

.listPrice {
display: none;
}
2023-02-01 01:24:50 +00:00
// Preço
2023-02-02 00:49:08 +00:00
:global(.vtex-product-price-1-x-sellingPrice--hasListPrice) {
@media screen and (max-width: 1024px) {
margin-top: 24px !important;
}
}
.sellingPriceValue {
font-weight: 700;
2023-01-25 02:22:27 +00:00
font-size: 25px;
line-height: 38px;
color: $black;
margin: 0;
}
2023-02-01 01:24:50 +00:00
// Informações de parcelamento
2023-01-25 02:22:27 +00:00
.installments {
2023-01-28 15:31:26 +00:00
font-size: 16px;
line-height: 22px;
font-weight: 400;
color: $gray-500;
margin-bottom: 16px;
2023-01-25 02:22:27 +00:00
2023-01-28 15:31:26 +00:00
.installments-discount,
2023-01-25 02:22:27 +00:00
.installmentValue {
font-weight: 700;
}
2023-01-28 15:31:26 +00:00
// .installmentsNumber {
// font-size: 0 !important;
// &::before {
// content: "36 x";
// font-size: 16px;
// }
// &::after {
// content: " de ";
// font-weight: 400;
// font-size: 16px;
// }
// }
// .installmentValue {
// &::after {
// content: " sem juros";
// font-weight: 400;
// }
// }
2023-01-25 02:22:27 +00:00
}