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

77 lines
1.1 KiB
SCSS

.sliderTrackContainer {
background-color: white;
width: 1300px;
margin: auto;
@media (max-width: 1024px) {
width: 944px;
padding: 28px;
}
}
.sliderTrack--carousel {
padding: 0 28px;
}
.paginationDotsContainer {
align-items: center;
}
.paginationDot {
background-color: black;
}
.paginationDot--isActive {
width: 16px !important;
height: 16px !important;
border: 0.5px solid #000000;
background-color: white;
}
.slideChildrenContainer {
margin-bottom: 36px;
}
.sliderRightArrow--carousel {
right: 50px;
@media (max-width: 768px) {
right: 10px;
}
&::after {
content: url(assets/right-arrow.png);
height: 30px;
width: 12px;
display: block;
}
.caretIcon {
display: none;
}
}
.sliderLeftArrow--carousel {
left: 50px;
@media (max-width: 768px) {
left: 10px;
}
&::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;
}
}