challenge-vtex-io-emersonfully/styles/sass/pages/product/vtex.slider-layout.scss
2023-02-08 21:15:54 -03:00

16 lines
245 B
SCSS

.sliderLayoutContainer--carousel {
background-color: white;
padding: 0 40px;
}
.paginationDot {
background-color: black;
}
.paginationDot--isActive {
background-color: white;
border: 1px solid black;
width: 17px;
height: 17px;
}