challenge-vtex-io-ueber-james/styles/sass/pages/product/vtex.product-summary.scss

32 lines
366 B
SCSS
Raw Normal View History

2023-02-08 23:06:09 +00:00
.slideChildrenContainer {
margin-bottom: 38px;
.sliderTrackContainer {
.sliderLeftArrow,
.sliderRightArrow {
margin-bottom: 40px;
}
}
2023-02-08 23:06:09 +00:00
}
.imageContainer{
height: 314.4px ;
.imageNormal{
height: 100%;
max-height: 100%;
}
@include mq (cstm, max) {
height: 124.8px;
2023-02-08 23:06:09 +00:00
}
}
.containerNormal {
padding-bottom: 32px;
}
2023-02-10 14:16:37 +00:00
2023-02-08 23:06:09 +00:00