finish event swiper desktop

This commit is contained in:
isUnknown 2024-08-28 14:16:34 +02:00
parent 35a615246e
commit 70b26d0d93
7 changed files with 82 additions and 1 deletions

29
assets/css/src/swiper.css Normal file
View file

@ -0,0 +1,29 @@
#swiper {
/* https://github.com/nolimits4web/swiper/issues/3599 */
width: 100%;
max-width: 100%;
max-height: 100vh;
min-height: 0;
min-width: 0;
/* Custom */
overflow: hidden;
position: relative;
}
.swiper-button {
width: 50% !important;
height: 100% !important;
top: 0 !important;
}
.swiper-button:before,
.swiper-button:after {
content: "" !important;
}
.swiper-button-next:hover {
cursor: url(../../images/icons/arrow-next.svg) 10 20, auto !important;
}
.swiper-button-prev:hover {
cursor: url(../../images/icons/arrow-prev.svg) 10 20, auto !important;
}

View file

@ -12,5 +12,6 @@
@import url("src/newsletter.css");
@import url("src/event-key-infos.css");
@import url("src/event-presentation.css");
@import url("src/swiper.css");
@import url("src/collapsable-section.css");
@import url("src/footer.css");