2019-11-14 15:02:27 +00:00
|
|
|
.swiper-container {
|
|
|
|
background-color: transparent;
|
2019-11-15 08:37:32 +00:00
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
min-height: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-slide {
|
|
|
|
background-position: center;
|
|
|
|
background-size: cover;
|
2019-11-14 15:02:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.swiper-pagination-bullet {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
2019-11-15 08:37:32 +00:00
|
|
|
|
2019-11-14 15:02:27 +00:00
|
|
|
.swiper-pagination-bullet-active {
|
|
|
|
@include themify($themes) {
|
|
|
|
background: themed('navbar-title-active-color') !important;
|
|
|
|
}
|
|
|
|
}
|