Updated Font Awesome to 4.7.0

This commit is contained in:
2018-05-24 00:46:45 -05:00
parent 8a79cc381b
commit e12b7d1fd1
31 changed files with 6267 additions and 1277 deletions

View File

@@ -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; }