Skip to content

_content-swiper.scss

contao-components/_content-swiper.scss
@use "../abstracts/" as *;
// Optionen im Template content_element/swiper eintragen
.content-swiper {
// some styles to make this bullshit work
width: min(500px, 100%);
.content-image {
margin-block-end: unset;
}
// Bullets positionieren
.swiper-wrapper {
padding-block-end: 2rem;
.swiper-pagination-bullet {
bottom: -0.5rem;
}
}
.swiper-pagination-bullet-active {
background: $color-accent-500;
}
// Buttons
.swiper-button-next,
.swiper-button-prev {
color: $color-accent-500;
}
}
  • Plan B: Swiper Extended … aber der kommt vielleicht eh weg …