develop #1
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
@ -18,3 +18,15 @@
|
|||||||
.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;
|
||||||
|
}
|
@ -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;
|
||||||
|
// }
|
||||||
|
Loading…
Reference in New Issue
Block a user