Skip to content

Commit

Permalink
update font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Aug 4, 2015
1 parent c31130c commit 6b2fe8e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down

0 comments on commit 6b2fe8e

Please sign in to comment.