feature/sabrinamiranda #1

Merged
SabrinaMiranda merged 33 commits from feature/sabrinamiranda into master 2023-02-10 23:17:10 +00:00
3 changed files with 20 additions and 5 deletions
Showing only changes of commit aa056c6a4e - Show all commits

View File

@ -110,7 +110,7 @@
"product-identifier.product",
"product-rating-summary",
"flex-layout.row#selling-price",
"product-installments",
"product-installments#m3",
"sku-selector",
"product-quantity",
"product-assembly-options",
@ -122,6 +122,15 @@
]
},
"product-installments#m3": {
"props": {
"markers": ["highlight"],
"blockClass": "m3-custom-installments",
"message": "<highlight>{installmentsNumber} x</highlight> de <highlight>{installmentValue}</highlight> sem juros",
"installmentsCriteria": "max-quantity-without-interest"
}
},
"flex-layout.row#product-name": {
"props": {
"marginBottom": 3

View File

@ -14,9 +14,12 @@
color: #000000;
}
.installments {
font-weight: 700;
.installments--m3-custom-installments {
font-size: 16px;
line-height: 22px;
color: #929292;
}
.installments-highlight--m3-custom-installments {
font-weight: 700;
}

View File

@ -5,9 +5,12 @@
color: #000000;
}
.installments {
font-weight: 700;
.installments--m3-custom-installments {
font-size: 16px;
line-height: 22px;
color: #929292;
}
.installments-highlight--m3-custom-installments {
font-weight: 700;
}