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

20 lines
379 B
SCSS
Raw Normal View History

2023-02-09 15:07:19 +00:00
.sliderLayoutContainer {
width: 100%;
2023-02-09 15:07:19 +00:00
padding: 0 16px 0 16px;
display: flex;
justify-content: center;
.paginationDot {
background: black;
}
.paginationDot--isActive {
width: 17px !important;
height: 17px !important;
background: white;
border: 0.5px solid black;
}
.paginationDotsContainer {
display: flex;
align-items: center;
}
2023-02-09 15:07:19 +00:00
}