16 lines
245 B
SCSS
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;
|
|
}
|