development #34

Merged
Rafael_Sampaio_de_Oliveira merged 65 commits from development into master 2023-02-03 19:53:10 +00:00
6 changed files with 61 additions and 0 deletions
Showing only changes of commit c687b36418 - Show all commits

View File

@ -244,6 +244,12 @@
]
},
"product-summary-image": {
"props": {
"showBadge": false
}
},
"list-context.product-list#shelfProducts": {
"blocks": ["product-summary.shelf#shelfProducts"],
"children": ["slider-layout#demo-products"]

View File

@ -16,6 +16,13 @@
}
},
"product-selling-price#shelf": {
"props": {
"blockClass": "shelf",
"message": "{sellingPriceValue}"
}
},
"flex-layout.row#list-price-savings": {
"props": {
"colGap": 2,

View File

@ -13,4 +13,12 @@
display: flex;
justify-content: center;
align-items: center;
}
.brandName {
font-style: normal;
font-weight: 400;
line-height: 25px;
text-align: center;
color: #292929;
}

View File

@ -270,4 +270,20 @@
font-weight: 400;
font-size: 12px;
line-height: 16px;
}
.price_sellingPriceContainer {
margin-bottom: 32px;
}
.price_sellingPriceLabel {
display: none;
}
.price_sellingPrice {
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #292929;
}

View File

@ -4,3 +4,11 @@
justify-content: center;
align-items: center;
}
.brandName {
font-style: normal;
font-weight: 400;
line-height: 25px;
text-align: center;
color: $color-black;
}

View File

@ -271,3 +271,19 @@
font-size: 12px;
line-height: 16px;
}
.price_sellingPriceContainer {
margin-bottom: 32px;
}
.price_sellingPriceLabel {
display: none;
}
.price_sellingPrice {
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: $color-black;
}