2023-02-09 15:07:19 +00:00
|
|
|
.sliderLayoutContainer {
|
2023-02-10 15:06:26 +00:00
|
|
|
width: 100%;
|
2023-02-09 15:07:19 +00:00
|
|
|
padding: 0 16px 0 16px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2023-02-10 15:06:26 +00:00
|
|
|
.paginationDot {
|
|
|
|
background: black;
|
|
|
|
}
|
|
|
|
.paginationDot--isActive {
|
2023-02-10 17:53:14 +00:00
|
|
|
width: 17px !important;
|
|
|
|
height: 17px !important;
|
2023-02-10 15:06:26 +00:00
|
|
|
background: white;
|
|
|
|
border: 0.5px solid black;
|
2023-02-10 17:53:14 +00:00
|
|
|
}
|
|
|
|
.paginationDotsContainer {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2023-02-10 15:06:26 +00:00
|
|
|
}
|
2023-02-09 15:07:19 +00:00
|
|
|
}
|