forked from M3-Academy/challenge-vtex-io
Merge pull request 'feat: adiciona estilos prateleira' (#17) from feature/adiciona-estilos-prateleira into development
Reviewed-on: #17
This commit is contained in:
commit
c687b36418
@ -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"]
|
||||
|
@ -16,6 +16,13 @@
|
||||
}
|
||||
},
|
||||
|
||||
"product-selling-price#shelf": {
|
||||
"props": {
|
||||
"blockClass": "shelf",
|
||||
"message": "{sellingPriceValue}"
|
||||
}
|
||||
},
|
||||
|
||||
"flex-layout.row#list-price-savings": {
|
||||
"props": {
|
||||
"colGap": 2,
|
||||
|
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user