Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+---
2
+---
3
+
4
+// List Icons
5
+// -------------------------
6
+
7
+.#{$fa-css-prefix}-ul {
8
+  padding-left: 0;
9
+  margin-left: $fa-li-width;
10
+  list-style-type: none;
11
+  > li { position: relative; }
12
+}
13
+.#{$fa-css-prefix}-li {
14
+  position: absolute;
15
+  left: -$fa-li-width;
16
+  width: $fa-li-width;
17
+  top: (2em / 14);
18
+  text-align: center;
19
+  &.#{$fa-css-prefix}-lg {
20
+    left: -$fa-li-width + (4em / 14);
21
+  }
22
+}