feat: fazendo ate onde deu, Obrigado M3 Academy

This commit is contained in:
PatrickSouza 2023-02-10 23:43:37 -03:00
parent 2758bf2e99
commit 6326a4e5b3
4 changed files with 27 additions and 2 deletions

View File

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

View File

@ -39,6 +39,12 @@
"product-specification-badges"
]
},
// "html#imagens": {
// "props": {
// "testId": "product-images"
// },
// "children": ["product-images"]
// },
"flex-layout.row#product-image": {
"children": ["product-images"]
},

View File

@ -71,4 +71,9 @@
background-color: #000000 !important;
border-top: 1px solid #ffffff;
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;
padding: 31px 0 15px;
}
.flexRowContent--menu-row-social-wrapper {
display: flex;
flex-direction: column;
}