challenge-vtex-io-gabriel-f.../styles/sass/pages/product/vtex.flex-layout.scss

27 lines
648 B
SCSS
Raw Normal View History

2023-02-01 22:12:53 +00:00
:global(.vtex-store-components-3-x-container) {
padding: 0 40px;
:global(.vtex-store-components-3-x-productImageTag) {
max-height: 664px !important;
}
:global(.vtex-store-components-3-x-carouselGaleryThumbs) {
2023-02-03 21:05:00 +00:00
// display: none !important;
// :global(.vtex-store-components-3-x-carouselGaleryThumbs) > .swiper-wrapper {
// display: none;
// }
:global(.vtex-store-components-3-x-figure--video) {
2023-02-01 22:12:53 +00:00
display: none;
}
}
2023-01-26 14:21:37 +00:00
}
.flexColChild {
:global(.vtex-store-components-3-x-productDescriptionTitle) {
margin-left: 32px;
}
:global(.vtex-store-components-3-x-container) {
padding: 0 32px;
}
}