develop #1

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

View File

@ -2,7 +2,7 @@
"flex-layout.row#footer-newsletter": { "flex-layout.row#footer-newsletter": {
"children": ["rich-text#footer-newsletter", "newsletter"], "children": ["rich-text#footer-newsletter", "newsletter"],
"props": { "props": {
"blockClass": "menu-row", "blockClass": "menu-row-newsletter",
"paddingTop": 6, "paddingTop": 6,
"paddingBottom": 3 "paddingBottom": 3
} }
@ -10,11 +10,12 @@
"rich-text#footer-newsletter": { "rich-text#footer-newsletter": {
"props": { "props": {
"text": "## Assine nossa newsletter \n Receba ofertas e novidades por e-mail", "text": "## Assine nossa newsletter \n Receba ofertas e novidades por e-mail",
"blockClass": "footer" "blockClass": "menu-row-newsletter-title"
} }
}, },
"newsletter": { "newsletter": {
"props": { "props": {
"blockClass": "menu-row-label-newsletter",
"hideLabel": true "hideLabel": true
} }
} }

View File

@ -15,7 +15,6 @@
"text": "Seja um franqueado" "text": "Seja um franqueado"
} }
}, },
"menu-item#bags": { "menu-item#bags": {
"props": { "props": {
"id": "menu-item-bags", "id": "menu-item-bags",

View File

@ -17,4 +17,16 @@
} }
.flexRowContent--button-card-add .stretchChildrenWidth:last-child { .flexRowContent--button-card-add .stretchChildrenWidth:last-child {
width: 100% !important; width: 100% !important;
}
.flexRow--menu-row-newsletter {
margin-top: 64px !important;
display: flex !important;
background: #000000;
border-bottom: 1px solid #ffffff;
}
.flexRowContent--menu-row-newsletter {
display: flex !important;
flex-direction: column !important;
} }

View File

@ -15,3 +15,20 @@
} }
} }
} }
//AREA DA NEWSLATTER STYLE
.flexRow--menu-row-newsletter {
margin-top: 64px !important;
display: flex !important;
background: #000000;
border-bottom: 1px solid #ffffff;
}
.flexRowContent--menu-row-newsletter {
display: flex !important;
flex-direction: column !important;
}
// .stretchChildrenWidth {
// width: 100% !important;
// }