challenge-vtex-io-emersonfully/styles/sass/pages/product/vtex.slider-layout.scss

21 lines
309 B
SCSS
Raw Permalink Normal View History

2023-02-09 00:15:54 +00:00
.sliderLayoutContainer--carousel {
background-color: white;
2023-02-11 01:17:34 +00:00
@media screen and (min-width: 1025px) {
padding: 0 40px;
}
2023-02-09 00:15:54 +00:00
}
2023-02-10 16:44:59 +00:00
.paginationDotsContainer {
color: black;
}
2023-02-09 00:15:54 +00:00
.paginationDot {
background-color: black;
}
.paginationDot--isActive {
background-color: white;
border: 1px solid black;
}