Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+.swiper-container-flip {
2
+  overflow: visible;
3
+  .swiper-slide {
4
+    pointer-events: none;
5
+    backface-visibility: hidden;
6
+    z-index: 1;
7
+    .swiper-slide {
8
+      pointer-events: none;
9
+    }
10
+  }
11
+  .swiper-slide-active {
12
+    &,
13
+    & .swiper-slide-active {
14
+      pointer-events: auto;
15
+    }
16
+  }
17
+  .swiper-slide-shadow-top,
18
+  .swiper-slide-shadow-bottom,
19
+  .swiper-slide-shadow-left,
20
+  .swiper-slide-shadow-right {
21
+    z-index: 0;
22
+    backface-visibility: hidden;
23
+  }
24
+}