forked from M3-Academy/challenge-vtex-io
28 lines
544 B
SCSS
28 lines
544 B
SCSS
/*.sliderLayoutContainer {
|
|
margin: 0 40px 0 40px;
|
|
.sliderRightArrow {
|
|
right: 100px;
|
|
}
|
|
}*/
|
|
.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;
|
|
}
|
|
}
|
|
@media screen and (max-width: 1024px) and (min-width: 768px) {
|
|
}
|