feat/estilos-iniciais-carousel-botão-add-carrinho

This commit is contained in:
Rafael Sampaio de Oliveira 2023-01-24 17:01:15 -03:00
parent 89827e74ad
commit 8d59c70a94
5 changed files with 38 additions and 35 deletions

View File

@ -1,6 +1,7 @@
{
"add-to-cart-button": {
"add-to-cart-button#addToCart": {
"props": {
"blockClass": "addToCart",
"addToCartFeedback": "customEvent",
"customPixelEventId": "add-to-cart-button"
}

View File

@ -78,7 +78,7 @@
"flex-layout.col#stack": {
"children": ["stack-layout"],
"props": {
"width": "60%",
// "width": "644px",
"rowGap": 0
}
},
@ -91,7 +91,11 @@
"desktop": "auto",
"phone": "16:9"
},
"displayThumbnailsArrows": true
"showNavigationArrows": false,
"showPaginationDots": false,
"maxHeight": 664,
"thumbnailsOrientation": "horizontal",
"thumbnailMaxHeight": 90
}
},
"flex-layout.col#right-col": {
@ -106,7 +110,6 @@
"flex-layout.row#selling-price",
"product-installments",
"sku-selector",
"product-quantity",
"product-assembly-options",
"product-gifts",
"flex-layout.row#buy-button",
@ -145,10 +148,11 @@
"flex-layout.row#buy-button": {
"props": {
"blockClass": "buy-button",
"marginTop": 4,
"marginBottom": 7
},
"children": ["add-to-cart-button"]
"children": ["product-quantity", "add-to-cart-button#addToCart"]
},
"flex-layout.row#product-availability": {

View File

@ -1,9 +1,6 @@
{
"modal-trigger#quickview": {
"children": [
"icon-expand",
"modal-layout#quickview"
],
"children": ["icon-expand", "modal-layout#quickview"],
"props": {
"blockClass": "quickview"
}
@ -63,9 +60,7 @@
},
"flex-layout.col#quickview-product-quantity": {
"children": [
"product-summary-quantity#quickview"
]
"children": ["product-summary-quantity#quickview"]
},
"product-summary-quantity#quickview": {
"props": {
@ -74,18 +69,14 @@
}
},
"flex-layout.col#quickview-add-to-card-button": {
"children": [
"add-to-cart-button"
],
"children": ["add-to-cart-button"],
"props": {
"width": "grow"
}
},
"flex-layout.row#quickview-actions-2": {
"children": [
"link.product#button-pdp"
]
"children": ["link.product#button-pdp"]
},
"link.product#button-pdp": {
"props": {
@ -107,15 +98,10 @@
}
},
"flex-layout.col#quickview-images": {
"children": [
"product-images#quickview"
]
"children": ["product-images#quickview"]
},
"flex-layout.col#quickview-product-details": {
"children": [
"modal-content#quickview",
"modal-actions#quickview"
],
"children": ["modal-content#quickview", "modal-actions#quickview"],
"props": {
"preventVerticalStretch": true,
"blockClass": "quickviewDetails"
@ -134,7 +120,7 @@
"blockClass": "quickview"
}
},
"product-images#quickview" : {
"product-images#quickview": {
"props": {
"blockClass": "quickview",
"showNavigationArrows": true

View File

@ -42,6 +42,10 @@
font-size: 14px;
}
.flexRowContent--buy-button {
height: 49px;
}
.flexRow--deals {
background-color: #0f3e99;
padding: 14px 0px;

View File

@ -11,15 +11,23 @@
background: red;
}
.caretIcon {
display: none;
}
.swiper-pagination {
display: none;
}
.productNameContainer--quickview {
.productBrand--quickview {
display: flex;
justify-content: end;
}
.carouselGaleryThumbs {
max-height: 90px;
}
.productImageTag--main {
max-width: 664px;
}
.carouselThumbBorder {
display: none;
}
.thumbImg {
width: 90px;
}