Browse code

Initial commit

Benjamin Roth authored on07/11/2022 09:19:06
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,29 @@
1
+.ico {
2
+    display: inline-block;
3
+}
4
+
5
+.ico:before {
6
+    vertical-align: bottom;
7
+}
8
+
9
+.ico-lg {
10
+    font-size: 1.33333333em;
11
+    line-height: 0.45em;
12
+    vertical-align: -15%;
13
+}
14
+.ico-2x {
15
+    font-size: 2em;
16
+}
17
+.ico-3x {
18
+    font-size: 3em;
19
+}
20
+.ico-4x {
21
+    font-size: 4em;
22
+}
23
+.ico-5x {
24
+    font-size: 5em;
25
+}
26
+.ico-fw {
27
+    width: 1.28571429em;
28
+    text-align: center;
29
+}
0 30
\ No newline at end of file