Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavegandy <dave@davegandy.com>2013-10-22 23:55:08 +0400
committerdavegandy <dave@davegandy.com>2013-10-22 23:55:08 +0400
commit448d3ddb7f382df99f08260f9ffe18672a738fa0 (patch)
tree7618c516c488b3e71167833681fce89635188458 /less/mixins.less
parent2879ed25addd03583cd6e5d85d40775f6ae3b8c4 (diff)
re-writing & simplifying stacked icons, massive re-organization of less include files
Diffstat (limited to 'less/mixins.less')
-rw-r--r--less/mixins.less23
1 files changed, 0 insertions, 23 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 37b2a016b..71486c839 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -17,26 +17,3 @@
-o-transform: scale(@horiz, @vert);
transform: scale(@horiz, @vert);
}
-
-.fa-icon-stack(@width: 2em, @height: 2em, @top-font-size: 1em, @base-font-size: 2em) {
- .@{fa-css-prefix}-stack {
- position: relative;
- display: inline-block;
- width: @width;
- height: @height;
- line-height: @width;
- vertical-align: -35%;
- .@{fa-css-prefix} {
- position: absolute;
- display: block;
- width: 100%;
- height: 100%;
- font-size: @top-font-size;
- line-height: inherit;
- text-align: center;
- }
- .@{fa-css-prefix}-stack-base {
- font-size: @base-font-size;
- }
- }
-}