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,25 @@
1
+.ico-wrapper {
2
+  font-size: 1em;
3
+  display: flex;
4
+  align-items: center;
5
+  justify-content: center;
6
+  line-height: inherit;
7
+  text-align: center;
8
+  margin: 0;
9
+}
10
+
11
+.ico {
12
+  display: inline-block;
13
+  width: 1em;
14
+  height: 1em;
15
+  stroke-width: 0;
16
+  stroke: currentColor;
17
+  fill: currentColor;
18
+}
19
+
20
+svg {
21
+  &.ico
22
+  {
23
+    vertical-align: middle;
24
+  }
25
+}