forked from M3-Academy/m3-academy-template-vtexio
45 lines
858 B
SCSS
45 lines
858 B
SCSS
.arrowLeft {
|
|
display: block;
|
|
background: url(assets/svgs/slide-left-arrow.svg) no-repeat center center !important;
|
|
background-size: contain;
|
|
}
|
|
|
|
.arrowRight {
|
|
display: block;
|
|
background: url(assets/svgs/slide-right-arrow.svg) no-repeat center center !important;
|
|
background-size: contain;
|
|
}
|
|
|
|
.caretIcon {
|
|
opacity: 0;
|
|
}
|
|
|
|
.paginationDotsContainer {
|
|
align-items: center;
|
|
}
|
|
.dot {
|
|
background: $color-gray4;
|
|
height: 8px !important;
|
|
width: 8px !important;
|
|
}
|
|
|
|
.dot--isActive {
|
|
background: transparent;
|
|
border: 1px solid $color-white;
|
|
height: 13px !important;
|
|
width: 13px !important;
|
|
}
|
|
|
|
.title--m3-shelf-product{
|
|
font-family: 'Roboto', sans-serif;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
color: $color-gray4;
|
|
}
|
|
|
|
.sliderContainer--m3-shelf-product{
|
|
padding: 0 30px;
|
|
} |