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

70 lines
994 B
SCSS
Raw Normal View History

2023-02-08 01:40:56 +00:00
.sliderTrackContainer {
background-color: white;
width: 1300px;
margin: auto;
2023-02-10 02:18:11 +00:00
@media (max-width: 1024px) {
width: 944px;
padding: 28px;
}
}
.sliderTrack--carousel {
padding: 0 28px;
2023-02-08 01:40:56 +00:00
}
.paginationDotsContainer {
align-items: center;
}
.paginationDot {
background-color: black;
}
.paginationDot--isActive {
width: 16px !important;
height: 16px !important;
border: 0.5px solid #000000;
background-color: white;
}
2023-02-09 02:39:36 +00:00
.slideChildrenContainer {
margin-bottom: 36px;
}
2023-02-10 02:18:11 +00:00
.sliderRightArrow--carousel {
right: 20px;
&::after {
content: url(assets/right-arrow.png);
height: 30px;
width: 12px;
display: block;
}
.caretIcon {
display: none;
}
}
.sliderLeftArrow--carousel {
left: 20px;
&::after {
content: url(assets/left-arrow.png);
height: 30px;
width: 12px;
display: block;
}
.caretIcon {
display: none;
}
}
.slide--carousel {
padding: 0 8px;
@media (max-width: 1024px) {
padding: 0 6px;
}
}