Browse code

Remove old version 5

Benjamin Roth authored on14/03/2021 15:27:00
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,18 +0,0 @@
1
-.swiper-zoom-container {
2
-  width: 100%;
3
-  height: 100%;
4
-  display: flex;
5
-  justify-content: center;
6
-  align-items: center;
7
-  text-align: center;
8
-
9
-  > img, > svg, > canvas {
10
-    max-width: 100%;
11
-    max-height: 100%;
12
-    object-fit: contain;
13
-  }
14
-}
15
-
16
-.swiper-slide-zoomed {
17
-  cursor: move;
18
-}
Browse code

Initial commit

Benjamin Roth authored on19/05/2020 21:59:44
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+.swiper-zoom-container {
2
+  width: 100%;
3
+  height: 100%;
4
+  display: flex;
5
+  justify-content: center;
6
+  align-items: center;
7
+  text-align: center;
8
+
9
+  > img, > svg, > canvas {
10
+    max-width: 100%;
11
+    max-height: 100%;
12
+    object-fit: contain;
13
+  }
14
+}
15
+
16
+.swiper-slide-zoomed {
17
+  cursor: move;
18
+}