challenge-vtex-io-andrea-ma.../styles/sass/pages/product/vtex.product-price.scss

66 lines
1.1 KiB
SCSS
Raw Normal View History

.sellingPriceValue {
// background-color: yellowgreen;
// font-family: "Open Sans";
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000000;
}
.installments {
margin-bottom: 8px;
font-family: "Open Sans";
font-size: 16px;
line-height: 22px;
color: #929292;
.installmentsNumber,
.currencyContainer {
font-weight: 700;
}
2023-02-05 16:42:44 +00:00
}
2023-02-05 16:42:44 +00:00
.savings {
// font-family: "Open Sans";
font-weight: 300;
font-size: 13px;
color: #929292;
}
/* ----- SHELF ----- */
.listPrice--summary {
// background-color: red;
// font-family: "Open Sans";
// font-style: normal;
// font-weight: 400;
font-size: 14px;
line-height: 19px;
// text-align: center;
text-decoration-line: line-through;
color: #bababa;
@include mq(lg, max) {
font-size: 12px;
line-height: 16px;
}
}
.sellingPrice--summary {
padding-top: 8px;
// background-color: white;
.sellingPriceValue--summary {
// font-family: "Open Sans";
// font-style: normal;
// font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
@include mq(lg, max) {
font-size: 18px;
line-height: 25px;
}
}
}