_swiper.scss
491 Bytes
.swiper {
&-container {
height: 300px;
}
&-slide {
background: transparent;
height: 400px;
text-align: unset;
-webkit-align-items: unset;
align-items: unset;
}
@media(max-width: 992px){
&-container{
height: 430px;
}
&-pagination{
background: #CCC;
padding: 0.5rem;
}
}
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #CD9035;
}