Browse code

Initial commit

Benjamin Roth authored on16/03/2023 20:22:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+// Fixed Width Icons
2
+// -------------------------
3
+.#{$fa-css-prefix}-fw {
4
+  text-align: center;
5
+  width: $fa-fw-width;
6
+}