develop #1

Merged
PatrickSouzaSilva merged 14 commits from develop into master 2023-02-11 02:49:46 +00:00
4 changed files with 27 additions and 2 deletions
Showing only changes of commit 6326a4e5b3 - Show all commits

View File

@ -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,

View File

@ -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"]
}, },

View File

@ -72,3 +72,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;
}

View File

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