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
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/bootstrap.less6
-rw-r--r--less/core.less6
-rw-r--r--less/mixins.less3
3 files changed, 7 insertions, 8 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less
index 6115cda97..0099620c1 100644
--- a/less/bootstrap.less
+++ b/less/bootstrap.less
@@ -19,13 +19,13 @@
.btn, .nav {
.fa {
// display: inline;
- &.fa-large { line-height: .9em; }
+ &.fa-lg { line-height: .9em; }
&.fa-spin { display: inline-block; }
}
}
.nav-tabs, .nav-pills {
.fa {
- &, &.fa-large { line-height: .9em; }
+ &, &.fa-lg { line-height: .9em; }
}
}
.btn {
@@ -33,7 +33,7 @@
&.pull-left, &.pull-right {
&.fa-2x { margin-top: .18em; }
}
- &.fa-spin.fa-large { line-height: .8em; }
+ &.fa-spin.fa-lg { line-height: .8em; }
}
}
.btn.btn-small {
diff --git a/less/core.less b/less/core.less
index e43a54a6d..15b0f2f1a 100644
--- a/less/core.less
+++ b/less/core.less
@@ -12,7 +12,7 @@
}
/* makes the font 33% larger relative to the icon container */
-.fa-large:before {
+.fa-lg:before {
font-size: (4em / 3);
vertical-align: -10%;
}
@@ -24,14 +24,14 @@ a {
}
}
-/* increased font size for icon-large */
+/* increased font size for icon-lg */
.fa {
&.fa-fixed-width {
display: inline-block;
width: (16em / 14);
padding-right: (4em / 14);
text-align: right;
- &.fa-large {
+ &.fa-lg {
width: (20em / 14);
}
}
diff --git a/less/mixins.less b/less/mixins.less
index 099aa3080..a20f4bd60 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -31,8 +31,7 @@
height: @height;
line-height: @width;
vertical-align: -35%;
- [class^="fa-"],
- [class*=" fa-"] {
+ .fa {
position: absolute;
display: block;
width: 100%;