challenge-vtex-io-caina/styles/sass/pages/product/vtex.slider-layout.scss

69 lines
1.2 KiB
SCSS
Raw Normal View History

2023-01-30 02:09:01 +00:00
.sliderLayoutContainer--prateleira {
padding-left: 40px;
padding-right: 40px;
justify-content: center;
.sliderTrackContainer--prateleira {
width: 97.1773%;
@media screen and (max-width: 1024px) {
width: 97.63%;
}
@media screen and (max-width: 768px) {
width: 89.73%;
}
2023-01-30 02:09:01 +00:00
}
}
2023-01-26 21:08:57 +00:00
//DOTS
.paginationDotsContainer--prateleira {
align-items: center;
.paginationDot--prateleira {
background-color: $color-black-100;
margin-left: 6px;
margin-right: 6px;
}
.paginationDot--prateleira--isActive {
background-color: $color-white;
border: 0.5px solid #000000;
width: 17px !important;
height: 17px !important;
}
}
//SLIDES
.slide--prateleira {
margin-right: 8px;
margin-left: 8px;
margin-bottom: 32px;
@media screen and (max-width: 768px) {
margin-left: 4px;
margin-right: 4px;
}
2023-01-26 21:08:57 +00:00
}
.sliderArrows--prateleira {
margin: 14px;
@media screen and (max-width: 1024px) {
margin: 28px;
}
2023-01-26 21:08:57 +00:00
}
2023-01-30 02:09:01 +00:00
.sliderLayoutContainer {
:global(.vtex-product-summary-2-x-containerNormal) {
max-width: unset !important;
}
:global(.vtex-product-summary-2-x-imageNormal) {
max-height: unset !important;
}
:global(.vtex-product-summary-2-x-imageStackContainer) {
display: flex;
}
}