challenge-vtex-io-Patrick-R.../styles/sass/pages/product/vtex.product-price.scss

71 lines
1.0 KiB
SCSS
Raw Normal View History

2023-01-29 16:14:48 +00:00
:global(.vtex-product-price-1-x-sellingPrice) {
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000000 !important;
}
2023-01-31 22:53:00 +00:00
.installments--installmentsSumary {
font-family: "Open Sans";
font-style: normal;
font-size: 16px;
line-height: 22px;
color: #929292;
2023-02-09 02:39:36 +00:00
margin-bottom: 8px;
2023-01-31 22:53:00 +00:00
}
2023-02-09 01:51:41 +00:00
.currencyContainer--installmentsSumary {
font-weight: 700;
}
2023-01-31 22:53:00 +00:00
.installmentsNumber--installmentsSumary--4 {
font-weight: 700;
2023-02-09 01:51:41 +00:00
&::after {
content: "x";
}
2023-01-31 22:53:00 +00:00
}
2023-02-09 02:39:36 +00:00
.installmentsPrice {
display: none;
}
.listPrice {
margin: 8px;
padding: 0;
display: block;
}
.listPriceLabel {
font-size: 0;
}
.listPriceValue {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #bababa;
&::before {
content: "de ";
}
&::after {
content: " por";
text-decoration: line-through;
}
}
.sellingPriceLabel {
font-size: 0;
}
.sellingPrice {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
}