hugo-theme-zzo/assets/sass/components/_swiper.scss

21 lines
344 B
SCSS
Raw Normal View History

.swiper-container {
background-color: transparent;
width: 100%;
height: auto;
}
.swiper-slide {
background-position: center;
background-size: cover;
}
.swiper-pagination-bullet {
opacity: .5;
}
.swiper-pagination-bullet-active {
@include themify($themes) {
background: themed('navbar-title-active-color') !important;
}
}