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

26 lines
425 B
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;
}
// .installmentValue {
// display: inline;
// }
}