refactor: aplica mudanças no código

This commit is contained in:
Sabrina Miranda 2023-02-10 02:39:24 -03:00
parent 07a8c1d92a
commit 5bd615e4ca
10 changed files with 71 additions and 7 deletions

View File

@ -308,6 +308,16 @@
top: -31px;
}
}
[class*="html--newsletter"] button:hover {
color: #929292;
border-bottom: 2px solid #929292;
border-top: none;
background-color: transparent;
}
[class*="html--newsletter"] button:active {
color: #FFFFFF;
border-bottom: 2px solid #FFFFFF;
}
[class*="html--newsletter"] div {
border: none;

View File

@ -350,25 +350,25 @@
"tab-list.item#product2": {
"props": {
"tabId": "product2",
"label": "Descrição 2"
"label": "Descrição"
}
},
"tab-list.item#product3": {
"props": {
"tabId": "product3",
"label": "Descrição 3"
"label": "Descrição"
}
},
"tab-list.item#product4": {
"props": {
"tabId": "product4",
"label": "Descrição 4"
"label": "Descrição"
}
},
"tab-list.item#product5": {
"props": {
"tabId": "product5",
"label": "Descrição 5"
"label": "Descrição"
}
},
@ -456,9 +456,7 @@
"infinite": true,
"showNavigationArrows": "always",
"blockClass": "carousel",
"showPaginationDots": "always",
"fullWidth": true
}
"showPaginationDots": "always" }
},
"html#slider-layout-shelf": {

View File

@ -11,4 +11,8 @@
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
.flexRowContent--main-header-mobile {
align-items: center;
}

14
styles/css/vtex.menu.css Normal file
View File

@ -0,0 +1,14 @@
/*
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 */
@media screen and (max-width: 1024px) {
.styledLinkContainer {
margin: 0;
}
}

View File

@ -0,0 +1,14 @@
/*
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 */
.minicartCheckoutButton :local(button) {
background-color: #000000;
border-radius: 0;
border: none;
}

View File

@ -9,4 +9,8 @@
/* Grid breakpoints */
.telemarketingBar {
padding: 0 16px !important;
}
.container {
background-color: #000000;
}

View File

@ -3,3 +3,7 @@
padding-bottom: 0;
margin: 0;
}
.flexRowContent--main-header-mobile {
align-items: center;
}

View File

@ -0,0 +1,5 @@
.styledLinkContainer {
@media screen and (max-width: 1024px) {
margin: 0;
}
}

View File

@ -0,0 +1,7 @@
.minicartCheckoutButton {
:local(button) {
background-color: #000000;
border-radius: 0;
border: none;
}
}

View File

@ -1,3 +1,7 @@
.telemarketingBar {
padding: 0 16px !important;
}
.container {
background-color: #000000;
}