develop #1
@ -35,12 +35,21 @@
|
|||||||
},
|
},
|
||||||
"rich-text#footer-social": {
|
"rich-text#footer-social": {
|
||||||
"props": {
|
"props": {
|
||||||
"text": "## social",
|
"text": "## Nos siga",
|
||||||
|
"blockClass": "menu-row-newsletter-title"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"rich-text#footer-social-payments": {
|
||||||
|
"props": {
|
||||||
|
"text": "## Formas de pagamento",
|
||||||
"blockClass": "menu-row-newsletter-title"
|
"blockClass": "menu-row-newsletter-title"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flex-layout.col#footer-payment": {
|
"flex-layout.col#footer-payment": {
|
||||||
"children": ["accepted-payment-methods"],
|
"children": [
|
||||||
|
"rich-text#footer-social-payments",
|
||||||
|
"accepted-payment-methods"
|
||||||
|
],
|
||||||
"props": {
|
"props": {
|
||||||
"blockClass": "menu-row-wrapper",
|
"blockClass": "menu-row-wrapper",
|
||||||
"paddingTop": 6,
|
"paddingTop": 6,
|
||||||
|
@ -39,6 +39,12 @@
|
|||||||
"product-specification-badges"
|
"product-specification-badges"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
// "html#imagens": {
|
||||||
|
// "props": {
|
||||||
|
// "testId": "product-images"
|
||||||
|
// },
|
||||||
|
// "children": ["product-images"]
|
||||||
|
// },
|
||||||
"flex-layout.row#product-image": {
|
"flex-layout.row#product-image": {
|
||||||
"children": ["product-images"]
|
"children": ["product-images"]
|
||||||
},
|
},
|
||||||
|
@ -71,4 +71,9 @@
|
|||||||
background-color: #000000 !important;
|
background-color: #000000 !important;
|
||||||
border-top: 1px solid #ffffff;
|
border-top: 1px solid #ffffff;
|
||||||
padding: 31px 0 15px;
|
padding: 31px 0 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flexRowContent--menu-row-social-wrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
@ -78,3 +78,8 @@
|
|||||||
border-top: 1px solid #ffffff;
|
border-top: 1px solid #ffffff;
|
||||||
padding: 31px 0 15px;
|
padding: 31px 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flexRowContent--menu-row-social-wrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user