forked from M3-Academy/challenge-vtex-io
20 lines
379 B
SCSS
20 lines
379 B
SCSS
.sliderLayoutContainer {
|
|
width: 100%;
|
|
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;
|
|
}
|
|
}
|