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,19 @@
1
+// List Icons
2
+// -------------------------
3
+
4
+.@{fa-css-prefix}-ul {
5
+  padding-left: 0;
6
+  margin-left: @fa-li-width;
7
+  list-style-type: none;
8
+  > li { position: relative; }
9
+}
10
+.@{fa-css-prefix}-li {
11
+  position: absolute;
12
+  left: -@fa-li-width;
13
+  width: @fa-li-width;
14
+  top: (2em / 14);
15
+  text-align: center;
16
+  &.@{fa-css-prefix}-lg {
17
+    left: (-@fa-li-width + (4em / 14));
18
+  }
19
+}