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

56 lines
941 B
SCSS
Raw Normal View History

.paginationDotsContainer {
margin-top: 32px;
2023-02-08 23:06:09 +00:00
display: flex;
justify-items: center;
align-items: center;
}
.paginationDot--carousel {
2023-02-08 23:06:09 +00:00
background-color: black;
}
.paginationDot--carousel--isActive {
2023-02-08 23:06:09 +00:00
background-color: white;
border: 1px solid black;
width: 17px !important;
height: 17px !important;
}
.sliderLayoutContainer--carousel {
2023-02-08 23:06:09 +00:00
margin-bottom: 64px;
padding: 0 40px 0 40px;
.sliderLeftArrow--carousel {
visibility: hidden;
&::before {
visibility: visible;
content: url("https://agenciamagma.vtexassets.com/arquivos/arroe-left-ueber.png");
2023-02-10 14:16:37 +00:00
}
}
.sliderRightArrow--carousel {
visibility: hidden;
&::after {
visibility: visible;
content: url("https://agenciamagma.vtexassets.com/arquivos/arroe-right-ueber.png");
}
}
}
2023-02-10 18:25:30 +00:00
.sliderTrack--carousel {
gap: 16px;
@include mq (md, max) {
gap: 12px;
}
@include mq (cstm, max) {
gap: 8px;
}
}