develop #1
@ -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
|
||||
}
|
||||
}
|
||||
|
@ -15,7 +15,6 @@
|
||||
"text": "Seja um franqueado"
|
||||
}
|
||||
},
|
||||
|
||||
"menu-item#bags": {
|
||||
"props": {
|
||||
"id": "menu-item-bags",
|
||||
|
@ -17,4 +17,16 @@
|
||||
}
|
||||
.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;
|
||||
}
|
@ -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