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,24 @@
1
+.ico {
2
+  display: inline-block;
3
+  width: 1em;
4
+  height: 1em;
5
+  stroke-width: 0;
6
+  stroke: currentColor;
7
+  fill: currentColor;
8
+}
9
+
10
+/* ==========================================
11
+Single-colored icons can be modified like so:
12
+.ico-name {
13
+  font-size: 32px;
14
+  color: red;
15
+}
16
+========================================== */
17
+
18
+.ico-durbach_signet {
19
+  width: 1.9794921875em;
20
+}
21
+
22
+.ico-durbacher_logo {
23
+  width: 7.666015625em;
24
+}