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

View File

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

View File

@ -18,3 +18,15 @@
.flexRowContent--button-card-add .stretchChildrenWidth:last-child {
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;
// }