feat: ajustes css product image
This commit is contained in:
parent
3567162e07
commit
0a0d6f32fd
@ -13,9 +13,6 @@
|
||||
:global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-productImageTag) {
|
||||
max-height: 664px !important;
|
||||
}
|
||||
:global(.vtex-store-components-3-x-container) :global(.vtex-store-components-3-x-carouselGaleryThumbs) :global(.vtex-store-components-3-x-figure--video) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.flexColChild :global(.vtex-store-components-3-x-productDescriptionTitle) {
|
||||
margin-left: 32px;
|
||||
|
@ -74,6 +74,22 @@
|
||||
line-height: 19px;
|
||||
}
|
||||
|
||||
.productImageTag {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.carouselGaleryThumbs :first-child {
|
||||
height: 90px;
|
||||
}
|
||||
.carouselGaleryThumbs :first-child :first-child {
|
||||
gap: 16px !important;
|
||||
}
|
||||
.carouselGaleryThumbs :first-child :first-child .productImagesThumb {
|
||||
width: 13.605%;
|
||||
height: fit-content !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.productBrand {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
@ -4,15 +4,6 @@
|
||||
:global(.vtex-store-components-3-x-productImageTag) {
|
||||
max-height: 664px !important;
|
||||
}
|
||||
:global(.vtex-store-components-3-x-carouselGaleryThumbs) {
|
||||
// display: none !important;
|
||||
// :global(.vtex-store-components-3-x-carouselGaleryThumbs) > .swiper-wrapper {
|
||||
// display: none;
|
||||
// }
|
||||
:global(.vtex-store-components-3-x-figure--video) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flexColChild {
|
||||
|
@ -71,6 +71,26 @@
|
||||
}
|
||||
}
|
||||
|
||||
.productImageTag {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.carouselGaleryThumbs {
|
||||
:first-child {
|
||||
height: 90px;
|
||||
|
||||
:first-child {
|
||||
gap: 16px !important;
|
||||
|
||||
.productImagesThumb {
|
||||
width: 13.605%;
|
||||
height: fit-content !important;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.productBrand {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
Loading…
Reference in New Issue
Block a user