_swiper.scss
421 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;
}
}
}