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

25 lines
352 B
SCSS
Raw Normal View History

2023-02-08 23:06:09 +00:00
.paginationDotsContainer
{
display: flex;
justify-items: center;
align-items: center;
}
.paginationDot--carousel {
background-color: black;
}
.paginationDot--carousel--isActive{
background-color: white;
border: 1px solid black;
width: 17px !important;
height: 17px !important;
}
.sliderLayoutContainer{
margin-bottom: 64px;
}