feature/pagina-de-produto #1

Merged
EleonoraOtz merged 21 commits from feature/pagina-de-produto into master 2023-02-03 20:04:20 +00:00
7 changed files with 111 additions and 7 deletions
Showing only changes of commit 2cc75c71ac - Show all commits

View File

@ -45,6 +45,7 @@
},
"flex-layout.row#product-main": {
"props": {
"blockClass": "product-main",
"colGap": 7,
"rowGap": 7,
"marginTop": 4,
@ -78,7 +79,7 @@
"flex-layout.col#stack": {
"children": ["stack-layout"],
"props": {
"width": "60%",
// "width": "60%",
"rowGap": 0
}
},

View File

@ -8,7 +8,12 @@
/* Media Query M3 */
/* Grid breakpoints */
.container {
margin: 8px 40px;
margin: 6px 36px;
}
@media screen and (min-width: 112.5em) {
.container {
margin: 6px 356px;
}
}
.container .link,
.container .term {

View File

@ -49,6 +49,11 @@
font-size: 14px;
}
.flexRowContent--product-main {
margin: 0;
padding: 0;
}
.flexRow--deals {
background-color: #0F3E99;
padding: 14px 0px;

View File

@ -9,4 +9,44 @@
/* Grid breakpoints */
.newsletter {
background: red;
}
.container {
margin: 0 36px;
padding: 0 4px;
}
@media screen and (min-width: 112.5em) {
.container {
margin: 6px 356px;
}
}
.productImageTag--main {
max-height: max-content !important;
max-width: 664px;
}
.carouselGaleryThumbs {
margin-right: 16px;
max-height: 90px;
}
.thumbImg {
height: 90px;
max-width: 90px;
}
.carouselThumbBorder {
height: 90px;
width: 90px;
}
.figure {
width: 90px;
height: 90px;
}
.productImagesThumb {
max-width: 90px;
margin-right: 16px;
}

View File

@ -1,5 +1,9 @@
.container {
margin: 8px 40px;
margin: 6px 36px;
@media screen and (min-width: 112.5em) {
margin: 6px 356px;
}
.link,
.term {

View File

@ -32,6 +32,7 @@
background-color: #f0f0f0;
}
.flexRowContent--menu-link :global(.vtex-menu-2-x-styledLink) {
color: #ffffff;
font-size: 14px;
@ -42,6 +43,11 @@
font-size: 14px;
}
.flexRowContent--product-main {
margin: 0;
padding: 0;
}
.flexRow--deals {
background-color: #0F3E99;
padding: 14px 0px;

View File

@ -2,10 +2,53 @@
background: red;
}
// .caretIcon {
// display: none;
.container {
margin: 0 36px;
padding: 0 4px;
@media screen and (min-width: 112.5em) {
margin: 6px 356px;
}
}
// .stretchChildrenWidth {
// width: 664px;
// }
// .swiper-pagination {
// display: none;
// .stackItem--product {
// width: 664px;
// }
// .productImagesGallerySlide {
// width: 664px !important;
// }
.productImageTag--main {
max-height: max-content !important;
max-width: 664px;
}
.carouselGaleryThumbs {
margin-right: 16px;
max-height: 90px;
}
.thumbImg {
height: 90px;
max-width: 90px;
}
.carouselThumbBorder {
height: 90px;
width: 90px;
}
.figure {
width: 90px;
height: 90px;
}
.productImagesThumb {
max-width: 90px;
margin-right: 16px;
}