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

16 lines
287 B
SCSS
Raw Normal View History

2023-01-31 19:24:16 +00:00
.paginationDotsContainer--shelf {
align-items: center;
bottom: -30px;
.paginationDot--shelf {
background-color: $black;
}
.paginationDot--isActive {
background-color: white;
border: 1px solid $black;
width: 17px !important;
height: 17px !important;
}
}