Merge pull request 'feat: adiciona estilos prateleira' (#17) from feature/adiciona-estilos-prateleira into development

Reviewed-on: #17
This commit is contained in:
Rafael Sampaio de Oliveira 2023-01-31 12:36:17 +00:00
commit c687b36418
6 changed files with 61 additions and 0 deletions

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;
}