forked from M3-Academy/challenge-vtex-io
feat: adiciona o newsletter na página
This commit is contained in:
parent
51276d807a
commit
a87b99fa92
@ -15,6 +15,7 @@
|
||||
"postreleasy": "vtex publish --verbose"
|
||||
},
|
||||
"dependencies": {
|
||||
"vtex.store-newsletter": "1.x",
|
||||
"vtex.store": "2.x",
|
||||
"vtex.store-header": "2.x",
|
||||
"vtex.product-summary": "2.x",
|
||||
|
@ -157,7 +157,8 @@
|
||||
background: none;
|
||||
}
|
||||
|
||||
[class*="listItemActive"] {
|
||||
background: none;
|
||||
border: none;
|
||||
|
||||
[class*="imageNormal"] {
|
||||
max-width: 434.4px;
|
||||
max-height: 434.4px;
|
||||
}
|
||||
|
@ -6,10 +6,19 @@
|
||||
"tab-layout#home",
|
||||
"rich-text#textproducts",
|
||||
"list-context.product-list#demo1",
|
||||
"newsletter",
|
||||
"product-questions-and-answers"
|
||||
]
|
||||
},
|
||||
|
||||
"newsletter-form": {
|
||||
"children": [
|
||||
"newsletter-input-email",
|
||||
"newsletter-input-name",
|
||||
"newsletter-submit"
|
||||
]
|
||||
},
|
||||
|
||||
"rich-text#textproducts": {
|
||||
"props": {
|
||||
"textAlignment": "CENTER",
|
||||
|
@ -8,5 +8,6 @@
|
||||
/* Media Query M3 */
|
||||
/* Grid breakpoints */
|
||||
.newsletter {
|
||||
background: red;
|
||||
background: black;
|
||||
color: white;
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
.newsletter{
|
||||
background: red;
|
||||
.newsletter {
|
||||
background: black;
|
||||
}
|
Loading…
Reference in New Issue
Block a user