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-08 00:58:29 +0400
committerdavegandy <dave@davegandy.com>2013-10-08 00:58:29 +0400
commitf1211a1a7b15294f23db40aaef08c6d901aab181 (patch)
treef4229aed9fa8f8e96b96c256a96ac57ac4689aba /less/mixins.less
parent0324a9e5bf0af1aa75061a2cd7a6d542df937bfd (diff)
slowly porting over to fa-icon class prefix
Diffstat (limited to 'less/mixins.less')
-rw-r--r--less/mixins.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/mixins.less b/less/mixins.less
index dd5bb2949..136eafe6e 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -48,14 +48,14 @@
}
.icon-stack(@width: 2em, @height: 2em, @top-font-size: 1em, @base-font-size: 2em) {
- .fa-stack {
+ .fa-icon-stack {
position: relative;
display: inline-block;
width: @width;
height: @height;
line-height: @width;
vertical-align: -35%;
- .fa {
+ .fa-icon {
position: absolute;
display: block;
width: 100%;
@@ -65,7 +65,7 @@
*line-height: @height;
text-align: center;
}
- .fa-stack-base {
+ .fa-icon-stack-base {
font-size: @base-font-size;
*line-height: (@height / @base-font-size);
}