estilização do produto imagem principal

This commit is contained in:
Ueber James Santos 2023-02-06 16:48:15 -03:00
parent 0f249c75ad
commit 1a7bf22123
7 changed files with 24 additions and 112 deletions

View File

@ -78,7 +78,7 @@
"flex-layout.col#stack": {
"children": ["stack-layout"],
"props": {
"width": "60%",
// "width": "60%",
"rowGap": 0
}
},
@ -98,7 +98,7 @@
"showNavigationArrows": false
}
},
"flex-layout.col#right-col": {
"props": {
"preventVerticalStretch": true,

View File

@ -13,6 +13,7 @@
background-color: white;
font-size: 14px;
color: #929292;
padding-left: 40px;
}
.container .homeLink {
visibility: hidden;

View File

@ -1,98 +1,14 @@
.flexRowContent--menu-link,
.flexRowContent--main-header {
padding: 0 0.5rem;
}
@media screen and (min-width: 40em) {
.flexRowContent--menu-link,
.flexRowContent--main-header {
padding: 0 1rem;
}
}
@media screen and (min-width: 80rem) {
.flexRowContent--menu-link,
.flexRowContent--main-header {
padding: 0 0.25rem;
}
}
.flexRowContent--menu-link {
background-color: #03044e;
color: #fff;
}
.flexRowContent--main-header {
background-color: #f0f0f0;
}
.flexRowContent--main-header-mobile {
align-items: center;
padding: 0.625rem 0.5rem;
background-color: #f0f0f0;
}
.flexRowContent--menu-link :global(.vtex-menu-2-x-styledLink) {
color: #ffffff;
font-size: 14px;
}
.flexRowContent--main-header :global(.vtex-menu-2-x-styledLink) {
color: #727273;
font-size: 14px;
}
.flexRow--deals {
background-color: #0F3E99;
padding: 14px 0px;
}
.flexRow--deals .stretchChildrenWidth {
align-items: center;
}
.flexRow--deals .flexCol {
align-items: center;
margin-bottom: 5px;
padding-top: 5px;
}
.flexCol--filterCol {
max-width: 500px;
min-width: 230px;
}
.flexCol--productCountCol {
align-items: flex-start;
}
.flexCol--orderByCol {
align-items: flex-end;
}
.flexCol--orderByMobileCol {
width: 42%;
}
.flexCol--filterMobileCol {
width: 38%;
}
.flexRow--quickviewMainRow {
display: flex;
max-height: 100%;
}
.flexColChild--quickviewDetails:first-child {
overflow-y: auto;
height: 66% !important;
overflow-x: hidden;
}
.flexColChild--quickviewDetails:last-child {
height: 34% !important;
}
.flexRow--addToCartRow {
padding-bottom: 1rem;
}
/*
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 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700;800&display=swap");
/* Grid breakpoints */
.container {
margin: 0;
padding: 0;
}

View File

@ -7,7 +7,4 @@
*/
/* Media Query M3 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700;800&display=swap");
/* Grid breakpoints */
.newsletter {
background: red;
}
/* Grid breakpoints */

View File

@ -3,13 +3,9 @@
background-color: white;
font-size: 14px;
color: $color-gray6;
// padding-left: 40px;
padding-left: 40px;
// @media screen and (min-width: 2500) {
// margin-left: 521px;
// font-size: 20px;
// }

View File

@ -0,0 +1,5 @@
.container{
margin: 0;
padding: 0;
}

View File

@ -1,3 +0,0 @@
.newsletter{
background: red;
}