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,23 @@
1
+---
2
+---
3
+
4
+// Stacked Icons
5
+// -------------------------
6
+
7
+.#{$fa-css-prefix}-stack {
8
+  position: relative;
9
+  display: inline-block;
10
+  width: 2em;
11
+  height: 2em;
12
+  line-height: 2em;
13
+  vertical-align: middle;
14
+}
15
+.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x {
16
+  position: absolute;
17
+  left: 0;
18
+  width: 100%;
19
+  text-align: center;
20
+}
21
+.#{$fa-css-prefix}-stack-1x { line-height: inherit; }
22
+.#{$fa-css-prefix}-stack-2x { font-size: 2em; }
23
+.#{$fa-css-prefix}-inverse { color: $fa-inverse; }