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

22 lines
353 B
SCSS
Raw Normal View History

.flexRow--container-product-main{
padding: 0 40px;
.flexRowContent--container-product-main {
display: grid;
grid-template-columns: 48.824% 1fr;
grid-column-gap: 32px;
.stretchChildrenWidth{
padding-right: 0;
}
}
}
.swiper-wrapper{
.swiper-slide-active{
width: 100%;
}
.swiper-slide{
width: 100%;
}
}