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"
],
"props": {
"blockClass": "credits"
"blockClass": "footer-credits"
}
},
"rich-text#footer-copyright": {

View File

@ -6,9 +6,11 @@
"children": [
"rich-text#footer-link-1-title",
"menu-item#loja",
"menu-item#blackfriday",
"menu-item#sale",
"menu-item#personalization",
"menu-item#trocasEdevolucoes",
"menu-item#centralatendimento",
"menu-item#faleconosco",
"menu-item#imprensa",
"menu-item#faleconosco",
"rich-text#footer-link-1-cnpj"
]
},
@ -39,9 +41,9 @@
}
}
},
"menu-item#blackfriday": {
"menu-item#trocasEdevolucoes": {
"props": {
"id": "menu-item-black-friday",
"id": "menu-item-trocasEdevolucoes",
"type": "custom",
"iconId": null,
"highlight": false,
@ -49,14 +51,14 @@
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "BlackFriday",
"text": "Black Friday"
"tagTitle": "Trocas e devoluções",
"text": "Trocas e devoluções"
}
}
},
"menu-item#sale": {
"menu-item#centralatendimento": {
"props": {
"id": "menu-item-sale",
"id": "menu-item-centralatendimento",
"type": "custom",
"iconId": null,
"highlight": false,
@ -64,14 +66,14 @@
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Sale",
"text": "Sale"
"tagTitle": "Central de Atendimento",
"text": "Central de Atendimento"
}
}
},
"menu-item#personalization": {
"menu-item#imprensa": {
"props": {
"id": "menu-item-personalization",
"id": "menu-item-imprensa",
"type": "custom",
"iconId": null,
"highlight": false,
@ -79,8 +81,38 @@
"type": "internal",
"href": "#",
"noFollow": false,
"tagTitle": "Personalization",
"text": "Personalization"
"tagTitle": "Imprensa",
"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"
},
"children": [
"rich-text#footer-link-1-cnpj",
"menu-item#smartphones",
"menu-item#videogames",
"menu-item#tvs",
"rich-text#footer-link-1-cnpj"
"rich-text#footer-link-2-aM3academy",
"menu-item#sejaumfranqueado",
"menu-item#quemsomos",
"menu-item#nossaslojas",
"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": {
"text": "CNPJ 12.345.678.0009-10",
"blockClass": "footer-link-1-title"
"text": "A M3 Academy",
"blockClass": "footer-link-2-title"
}
},
"menu-item#smartphones": {
"menu-item#sejaumfranqueado": {
"props": {
"id": "menu-item-smartphones",
"id": "menu-item-sejaumfranqueado",
"type": "custom",
"iconId": null,
"highlight": false,
@ -27,15 +31,15 @@
"type": "internal",
"href": "/decoration/smartphones",
"noFollow": true,
"tagTitle": "Smartphones",
"text": "Smartphones"
"tagTitle": "Seja um franqueado",
"text": "Seja um franqueado"
}
}
},
"menu-item#videogames": {
"menu-item#quemsomos": {
"props": {
"id": "menu-item-videogames",
"id": "menu-item-quemsomos",
"type": "custom",
"iconId": null,
"highlight": false,
@ -43,13 +47,13 @@
"type": "internal",
"href": "/decoration/videogames",
"noFollow": true,
"tagTitle": "Videogames",
"text": "Videogames"
"tagTitle": "Quem somos",
"text": "Quem somos"
}
}
},
"menu-item#tvs": {
"menu-item#nossaslojas": {
"props": {
"id": "menu-item-tvs",
"type": "custom",
@ -59,8 +63,60 @@
"type": "internal",
"href": "/decoration/tvs",
"noFollow": true,
"tagTitle": "TVs",
"text": "TVs"
"tagTitle": "Nossas lojas",
"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": [
"rich-text#link-3-title",
"menu-item#bags",
"menu-item#backpacks",
"menu-item#necessaire"
"menu-item#Sejaumfranqueado",
"menu-item#Multimarcas"
]
},
"rich-text#link-3-title": {
"props": {
"text": "Seja um franqueado"
"text": "Seja um franqueado",
"blockClass": "footer-link-3-title"
}
},
"menu-item#bags": {
"menu-item#Sejaumfranqueado": {
"props": {
"id": "menu-item-bags",
"id": "menu-item-Sejaumfranqueado",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/bags/d",
"href": "/Sejaumfranqueado/d",
"noFollow": true,
"tagTitle": "Bags",
"text": "Bags"
"tagTitle": "Seja um franqueado",
"text": "Seja um franqueado"
}
}
},
"menu-item#backpacks": {
"menu-item#Multimarcas": {
"props": {
"id": "menu-item-backpacks",
"id": "menu-item-Multimarcas",
"type": "custom",
"iconId": null,
"highlight": false,
"itemProps": {
"type": "internal",
"href": "/bags/backpacks",
"href": "/Multimarcas/backpacks",
"noFollow": true,
"tagTitle": "Backpacks",
"text": "Backpacks"
}
}
},
"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"
"tagTitle": "Multimarcas",
"text": "Multimarcas"
}
}
}

View File

@ -15,7 +15,11 @@
"props": {
"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": {
"props": {

View File

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

View File

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

View File

@ -30,4 +30,32 @@
line-height: 25px;
text-align: center;
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;
}
.row--menu-row .rowContainer {
align-items: flex-start;
}
.row--payment-methods {
padding-top: 16px;
}
/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.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;
}
}
//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;
}
}
//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;
}
}