Browse code

Add device showcase module

Benjamin Roth authored on05/01/2016 15:52:24
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,35 @@
1
+.mod_clientsProjectDevices {
2
+  .layout_default.device {
3
+    position: relative;
4
+    display: inline-block;
5
+
6
+    .screenshot {
7
+      position: absolute;
8
+      vertical-align: middle;
9
+    }
10
+
11
+    &.phone {
12
+
13
+      .screenshot {
14
+        top: 8.8%;
15
+        left: 4.854%;
16
+      }
17
+    }
18
+
19
+    &.desktop {
20
+
21
+      .screenshot {
22
+        top: 4.901%;
23
+        left: 4.202%;
24
+      }
25
+    }
26
+
27
+    &.tablet {
28
+
29
+      .screenshot {
30
+        top: 11%;
31
+        left: 6.737%;
32
+      }
33
+    }
34
+  }
35
+}
0 36
\ No newline at end of file