Update Font Awesome

- Fix #2166
This commit is contained in:
Rosiak
2015-10-16 23:30:44 +02:00
parent 935b14a876
commit 65841f0013
528 changed files with 11022 additions and 735 deletions
@@ -7,6 +7,15 @@
border-radius: .1em;
}
.#{$fa-css-prefix}-pull-left { float: left; }
.#{$fa-css-prefix}-pull-right { float: right; }
.#{$fa-css-prefix} {
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
}
/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }