Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,9 +0,0 @@
1
-/* a11y */
2
-.swiper-container .swiper-notification {
3
-  position: absolute;
4
-  left: 0;
5
-  top: 0;
6
-  pointer-events: none;
7
-  opacity: 0;
8
-  z-index: -1000;
9
-}
Browse code

swiper.js version 6.4.5

Benjamin Roth authored on17/01/2021 16:24:34
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+/* a11y */
2
+.swiper-container .swiper-notification {
3
+  position: absolute;
4
+  left: 0;
5
+  top: 0;
6
+  pointer-events: none;
7
+  opacity: 0;
8
+  z-index: -1000;
9
+}