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

28 lines
470 B
SCSS
Raw Normal View History

2023-02-10 14:58:13 +00:00
2023-02-10 19:00:05 +00:00
.sliderLayoutContainer--carousel {
width: 100%;
padding: 0 16px 0 16px;
display: flex;
justify-content: center;
margin-bottom: 64px;
.paginationDotsContainer {
display: flex;
align-items: center;
}
.paginationDot {
background: black;
}
.paginationDot--isActive {
background: white;
border: 0.5px solid black;
}
}
2023-02-10 14:58:13 +00:00
@media (min-width:768px) and (max-width:1024px) {
.sliderLayoutContainer--carousel {
padding: 24px 62px;
}
}