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, 0 insertions, 20 deletions
diff --git a/install/ui/less/font-awesome/stacked.less b/install/ui/less/font-awesome/stacked.less
deleted file mode 100644
index d0b4c6c1c..000000000
--- a/install/ui/less/font-awesome/stacked.less
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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; }