2023-02-09 15:07:19 +00:00
|
|
|
/*.sliderLayoutContainer {
|
|
|
|
margin: 0 40px 0 40px;
|
|
|
|
.sliderRightArrow {
|
|
|
|
right: 100px;
|
|
|
|
}
|
|
|
|
}*/
|
|
|
|
.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
|
|
|
}
|
2023-02-10 00:34:14 +00:00
|
|
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
|
|
|
}
|