develop #1

Merged
PatrickSouzaSilva merged 14 commits from develop into master 2023-02-11 02:49:46 +00:00
12 changed files with 235 additions and 80 deletions
Showing only changes of commit 1c1829249c - Show all commits

View File

@ -6,7 +6,7 @@
"rich-text#footer-powered" "rich-text#footer-powered"
], ],
"props": { "props": {
"blockClass": "credits" "blockClass": "footer-credits"
} }
}, },
"rich-text#footer-copyright": { "rich-text#footer-copyright": {

View File

@ -6,9 +6,11 @@
"children": [ "children": [
"rich-text#footer-link-1-title", "rich-text#footer-link-1-title",
"menu-item#loja", "menu-item#loja",
"menu-item#blackfriday", "menu-item#trocasEdevolucoes",
"menu-item#sale", "menu-item#centralatendimento",
"menu-item#personalization", "menu-item#faleconosco",
"menu-item#imprensa",
"menu-item#faleconosco",
"rich-text#footer-link-1-cnpj" "rich-text#footer-link-1-cnpj"
] ]
}, },
@ -39,9 +41,9 @@
} }
} }
}, },
"menu-item#blackfriday": { "menu-item#trocasEdevolucoes": {
"props": { "props": {
"id": "menu-item-black-friday", "id": "menu-item-trocasEdevolucoes",
"type": "custom", "type": "custom",
"iconId": null, "iconId": null,
"highlight": false, "highlight": false,
@ -49,14 +51,14 @@
"type": "internal", "type": "internal",
"href": "#", "href": "#",
"noFollow": false, "noFollow": false,
"tagTitle": "BlackFriday", "tagTitle": "Trocas e devoluções",
"text": "Black Friday" "text": "Trocas e devoluções"
} }
} }
}, },
"menu-item#sale": { "menu-item#centralatendimento": {
"props": { "props": {
"id": "menu-item-sale", "id": "menu-item-centralatendimento",
"type": "custom", "type": "custom",
"iconId": null, "iconId": null,
"highlight": false, "highlight": false,
@ -64,14 +66,14 @@
"type": "internal", "type": "internal",
"href": "#", "href": "#",
"noFollow": false, "noFollow": false,
"tagTitle": "Sale", "tagTitle": "Central de Atendimento",
"text": "Sale" "text": "Central de Atendimento"
} }
} }
}, },
"menu-item#personalization": { "menu-item#imprensa": {
"props": { "props": {
"id": "menu-item-personalization", "id": "menu-item-imprensa",
"type": "custom", "type": "custom",
"iconId": null, "iconId": null,
"highlight": false, "highlight": false,
@ -79,8 +81,38 @@
"type": "internal", "type": "internal",
"href": "#", "href": "#",
"noFollow": false, "noFollow": false,
"tagTitle": "Personalization", "tagTitle": "Imprensa",
"text": "Personalization" "text": "Imprensa"
}
}
},
"menu-item#rastreamento": {
"props": {
"id": "menu-item-rastreamento",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Rastreamento",
"text": "Rastreamento"
}
}
},
"menu-item#faleconosco": {
"props": {
"id": "menu-item-faleconosco",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Fale conosco",
"text": "Fale conosco"
} }
} }
} }

View File

@ -4,22 +4,26 @@
"orientation": "vertical" "orientation": "vertical"
}, },
"children": [ "children": [
"rich-text#footer-link-1-cnpj", "rich-text#footer-link-2-aM3academy",
"menu-item#smartphones", "menu-item#sejaumfranqueado",
"menu-item#videogames", "menu-item#quemsomos",
"menu-item#tvs", "menu-item#nossaslojas",
"rich-text#footer-link-1-cnpj" "rich-text#footer-link-2-responsabilidadesocial",
"menu-item#franquias",
"menu-item#proconMG",
"menu-item#PolíticadePrivacidade"
] ]
}, },
"rich-text#footer-link-1-cnpj": { "rich-text#footer-link-2-aM3academy": {
"props": { "props": {
"text": "CNPJ 12.345.678.0009-10", "text": "A M3 Academy",
"blockClass": "footer-link-1-title" "blockClass": "footer-link-2-title"
} }
}, },
"menu-item#smartphones": {
"menu-item#sejaumfranqueado": {
"props": { "props": {
"id": "menu-item-smartphones", "id": "menu-item-sejaumfranqueado",
"type": "custom", "type": "custom",
"iconId": null, "iconId": null,
"highlight": false, "highlight": false,
@ -27,15 +31,15 @@
"type": "internal", "type": "internal",
"href": "/decoration/smartphones", "href": "/decoration/smartphones",
"noFollow": true, "noFollow": true,
"tagTitle": "Smartphones", "tagTitle": "Seja um franqueado",
"text": "Smartphones" "text": "Seja um franqueado"
} }
} }
}, },
"menu-item#videogames": { "menu-item#quemsomos": {
"props": { "props": {
"id": "menu-item-videogames", "id": "menu-item-quemsomos",
"type": "custom", "type": "custom",
"iconId": null, "iconId": null,
"highlight": false, "highlight": false,
@ -43,13 +47,13 @@
"type": "internal", "type": "internal",
"href": "/decoration/videogames", "href": "/decoration/videogames",
"noFollow": true, "noFollow": true,
"tagTitle": "Videogames", "tagTitle": "Quem somos",
"text": "Videogames" "text": "Quem somos"
} }
} }
}, },
"menu-item#tvs": { "menu-item#nossaslojas": {
"props": { "props": {
"id": "menu-item-tvs", "id": "menu-item-tvs",
"type": "custom", "type": "custom",
@ -59,8 +63,60 @@
"type": "internal", "type": "internal",
"href": "/decoration/tvs", "href": "/decoration/tvs",
"noFollow": true, "noFollow": true,
"tagTitle": "TVs", "tagTitle": "Nossas lojas",
"text": "TVs" "text": "Nossas lojas"
}
}
},
"rich-text#footer-link-2-responsabilidadesocial": {
"props": {
"text": "Responsabilidade Social",
"blockClass": "footer-link-2-title"
}
},
"menu-item#franquias": {
"props": {
"id": "menu-item-franquias",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/decoration/franquias",
"noFollow": true,
"tagTitle": "Franquias",
"text": "Franquias"
}
}
},
"menu-item#proconMG": {
"props": {
"id": "menu-item-proconMG",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/decoration/ProconMG",
"noFollow": true,
"tagTitle": "Procon MG",
"text": "Procon MG"
}
}
},
"menu-item#PolíticadePrivacidade": {
"props": {
"id": "menu-item-PolíticadePrivacidade",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/decoration/PolíticadePrivacidade",
"noFollow": true,
"tagTitle": "Política de Privacidade",
"text": "Política de Privacidade"
} }
} }
} }

View File

@ -5,60 +5,44 @@
}, },
"children": [ "children": [
"rich-text#link-3-title", "rich-text#link-3-title",
"menu-item#bags", "menu-item#Sejaumfranqueado",
"menu-item#backpacks", "menu-item#Multimarcas"
"menu-item#necessaire"
] ]
}, },
"rich-text#link-3-title": { "rich-text#link-3-title": {
"props": { "props": {
"text": "Seja um franqueado" "text": "Seja um franqueado",
"blockClass": "footer-link-3-title"
} }
}, },
"menu-item#bags": { "menu-item#Sejaumfranqueado": {
"props": { "props": {
"id": "menu-item-bags", "id": "menu-item-Sejaumfranqueado",
"type": "custom", "type": "custom",
"iconId": null, "iconId": null,
"highlight": false, "highlight": false,
"itemProps": { "itemProps": {
"type": "internal", "type": "internal",
"href": "/bags/d", "href": "/Sejaumfranqueado/d",
"noFollow": true, "noFollow": true,
"tagTitle": "Bags", "tagTitle": "Seja um franqueado",
"text": "Bags" "text": "Seja um franqueado"
} }
} }
}, },
"menu-item#backpacks": { "menu-item#Multimarcas": {
"props": { "props": {
"id": "menu-item-backpacks", "id": "menu-item-Multimarcas",
"type": "custom", "type": "custom",
"iconId": null, "iconId": null,
"highlight": false, "highlight": false,
"itemProps": { "itemProps": {
"type": "internal", "type": "internal",
"href": "/bags/backpacks", "href": "/Multimarcas/backpacks",
"noFollow": true, "noFollow": true,
"tagTitle": "Backpacks", "tagTitle": "Multimarcas",
"text": "Backpacks" "text": "Multimarcas"
}
}
},
"menu-item#necessaire": {
"props": {
"id": "menu-item-necessaire",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/bags/necessaire",
"noFollow": true,
"tagTitle": "Necessaire",
"text": "Necessaire"
} }
} }
} }

View File

@ -15,7 +15,11 @@
"props": { "props": {
"orientation": "vertical" "orientation": "vertical"
}, },
"children": ["menu-item#patrick", "menu-item#videogames", "menu-item#tvs"] "children": [
"menu-item#sejaumfranqueado",
"menu-item#quemsomos",
"menu-item#nossaslojas"
]
}, },
"menu-item#patrick": { "menu-item#patrick": {
"props": { "props": {

View File

@ -23,9 +23,9 @@
"orientation": "vertical" "orientation": "vertical"
}, },
"children": [ "children": [
"menu-item#smartphones", "menu-item#sejaumfranqueado",
"menu-item#videogames", "menu-item#quemsomos",
"menu-item#tvs" "menu-item#nossaslojas"
] ]
} }
} }

View File

@ -38,3 +38,9 @@
.flexRowContent--menu-row-newsletter .stretchChildrenWidth { .flexRowContent--menu-row-newsletter .stretchChildrenWidth {
width: 100% !important; width: 100% !important;
} }
.flexRow--footer-credits {
background-color: #000000 !important;
border-top: 1px solid #ffffff;
padding: 31px 0 15px;
}

View File

@ -31,3 +31,31 @@
text-align: center; text-align: center;
color: #929292; color: #929292;
} }
.paragraph--footer-copyright {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 20px;
color: rgba(255, 255, 255, 0.45);
margin-right: 8px;
}
.paragraph--footer-powered-by {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
color: #ffffff;
margin-right: 8px;
}
.image--footer-powered-by {
width: 100%;
max-width: 40px;
}
.image--footer-powered-by:not(:last-child) {
margin-right: 16px;
}

View File

@ -1,11 +1,12 @@
.row--menu-row { /*
padding-right: 24px; 0 - 600PX: Phone
} 600 - 900px: Table portrait
900 - 1200px: Tablet landscape
.row--menu-row .rowContainer { [1200 - 1800] is where our nortal styles apply
align-items: flex-start; 1800px + : Big desktop
} */
/* Media Query M3 */
.row--payment-methods { /* Grid breakpoints */
padding-top: 16px; .vtex-store-footer-2-x-footerLayout :global(.vtex-flex-layout-0-x-flexRow--credits) {
background-color: #000000 !important;
} }

View File

@ -38,3 +38,12 @@
width: 100% !important; width: 100% !important;
} }
} }
//STYLE DO FOOTER PAYMENTS
//STYLE DO FOOTER CREDITS
.flexRow--footer-credits {
background-color: #000000 !important;
border-top: 1px solid #ffffff;
padding: 31px 0 15px;
}

View File

@ -25,3 +25,32 @@
color: #929292; color: #929292;
} }
} }
//AREA DO FOOTER CREDITS PARAGRAFO
.paragraph--footer-copyright {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 20px;
color: rgba(255, 255, 255, 0.45);
margin-right: 8px;
}
.paragraph--footer-powered-by {
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 12px;
color: #ffffff;
margin-right: 8px;
}
.image--footer-powered-by {
width: 100%;
max-width: 40px;
&:not(:last-child) {
margin-right: 16px;
}
}

View File

@ -0,0 +1,6 @@
//AREA DO FOOTER CREDITS PARA USAR O GLOBAL
.vtex-store-footer-2-x-footerLayout {
:global(.vtex-flex-layout-0-x-flexRow--credits) {
background-color: #000000 !important;
}
}