refactor: aplica mudanças no código
This commit is contained in:
parent
07a8c1d92a
commit
5bd615e4ca
@ -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;
|
||||
|
@ -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": {
|
||||
|
@ -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
14
styles/css/vtex.menu.css
Normal 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;
|
||||
}
|
||||
}
|
14
styles/css/vtex.minicart.css
Normal file
14
styles/css/vtex.minicart.css
Normal 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;
|
||||
}
|
@ -9,4 +9,8 @@
|
||||
/* Grid breakpoints */
|
||||
.telemarketingBar {
|
||||
padding: 0 16px !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: #000000;
|
||||
}
|
@ -3,3 +3,7 @@
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.flexRowContent--main-header-mobile {
|
||||
align-items: center;
|
||||
}
|
||||
|
5
styles/sass/pages/product/vtex.menu.scss
Normal file
5
styles/sass/pages/product/vtex.menu.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.styledLinkContainer {
|
||||
@media screen and (max-width: 1024px) {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
7
styles/sass/pages/product/vtex.minicart.scss
Normal file
7
styles/sass/pages/product/vtex.minicart.scss
Normal file
@ -0,0 +1,7 @@
|
||||
.minicartCheckoutButton {
|
||||
:local(button) {
|
||||
background-color: #000000;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
}
|
@ -1,3 +1,7 @@
|
||||
.telemarketingBar {
|
||||
padding: 0 16px !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
background-color: #000000;
|
||||
}
|
Loading…
Reference in New Issue
Block a user