summaryrefslogtreecommitdiffstats
path: root/install/ui/less/font-awesome/stacked.less
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/less/font-awesome/stacked.less')
-rw-r--r--install/ui/less/font-awesome/stacked.less20
1 files changed, 20 insertions, 0 deletions
diff --git a/install/ui/less/font-awesome/stacked.less b/install/ui/less/font-awesome/stacked.less
new file mode 100644
index 000000000..d0b4c6c1c
--- /dev/null
+++ b/install/ui/less/font-awesome/stacked.less
@@ -0,0 +1,20 @@
+// Stacked Icons
+// -------------------------
+
+.fa-stack {
+ position: relative;
+ display: inline-block;
+ width: 2em;
+ height: 2em;
+ line-height: 2em;
+ vertical-align: middle;
+}
+.fa-stack-1x, .fa-stack-2x {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ text-align: center;
+}
+.fa-stack-1x { line-height: inherit; }
+.fa-stack-2x { font-size: 2em; }
+.fa-inverse { color: @fa-inverse; }