76 lines
1.3 KiB
SCSS
76 lines
1.3 KiB
SCSS
|
.sliderLayoutContainer--slide-shelf {
|
||
|
padding: 0 19px;
|
||
|
margin: 0 0 113px;
|
||
|
|
||
|
@include mq(md, max) {
|
||
|
margin: 0 0 105px;
|
||
|
padding: 0 17px;
|
||
|
}
|
||
|
|
||
|
@include mq(sm, max) {
|
||
|
margin: 0 0 65px;
|
||
|
padding: 0 15px;
|
||
|
}
|
||
|
|
||
|
.slideChildrenContainer {
|
||
|
margin: 0 8px;
|
||
|
|
||
|
@include mq(md, max) {
|
||
|
margin: 0 6px;
|
||
|
}
|
||
|
|
||
|
@include mq(sm, max) {
|
||
|
margin: 0 4px;
|
||
|
}
|
||
|
|
||
|
.paginationDotsContainer {
|
||
|
top: calc(100% + 32px);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.sliderLeftArrow--slide-shelf {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
left: 0;
|
||
|
&::before {
|
||
|
content: url(https://agenciamagma.vteximg.com.br/arquivos/arrow-left-filipequintanilha.svg);
|
||
|
width: 11px;
|
||
|
height: 29px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.sliderRightArrow--slide-shelf {
|
||
|
padding: 0;
|
||
|
margin: auto;
|
||
|
right: 0;
|
||
|
|
||
|
&::before {
|
||
|
content: url(https://agenciamagma.vteximg.com.br/arquivos/arrow-right-filipequintanilha.svg);
|
||
|
width: 11px;
|
||
|
height: 29px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.caretIcon--slide-shelf {
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
}
|
||
|
|
||
|
.paginationDotsContainer--slide-shelf {
|
||
|
bottom: -42px;
|
||
|
align-items: center;
|
||
|
gap: 12px;
|
||
|
}
|
||
|
|
||
|
.paginationDot--slide-shelf {
|
||
|
background-color: $color-black2;
|
||
|
margin: 0;
|
||
|
}
|
||
|
.paginationDot--slide-shelf--isActive {
|
||
|
background-color: white;
|
||
|
border: 1px solid $color-black2;
|
||
|
width: 17px !important;
|
||
|
height: 17px !important;
|
||
|
}
|