develop #1
@ -35,12 +35,21 @@
|
||||
},
|
||||
"rich-text#footer-social": {
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"flex-layout.col#footer-payment": {
|
||||
"children": ["accepted-payment-methods"],
|
||||
"children": [
|
||||
"rich-text#footer-social-payments",
|
||||
"accepted-payment-methods"
|
||||
],
|
||||
"props": {
|
||||
"blockClass": "menu-row-wrapper",
|
||||
"paddingTop": 6,
|
||||
|
@ -39,6 +39,12 @@
|
||||
"product-specification-badges"
|
||||
]
|
||||
},
|
||||
// "html#imagens": {
|
||||
// "props": {
|
||||
// "testId": "product-images"
|
||||
// },
|
||||
// "children": ["product-images"]
|
||||
// },
|
||||
"flex-layout.row#product-image": {
|
||||
"children": ["product-images"]
|
||||
},
|
||||
|
@ -72,3 +72,8 @@
|
||||
border-top: 1px solid #ffffff;
|
||||
padding: 31px 0 15px;
|
||||
}
|
||||
|
||||
.flexRowContent--menu-row-social-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
@ -78,3 +78,8 @@
|
||||
border-top: 1px solid #ffffff;
|
||||
padding: 31px 0 15px;
|
||||
}
|
||||
|
||||
.flexRowContent--menu-row-social-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user