mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-04 23:59:13 +08:00
Remove vertical-align on fa-icon mixin for consistency.
This commit is contained in:
parent
cd0029e8bf
commit
f3988ba2f9
@ -9,7 +9,6 @@
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
vertical-align: -.125em;
|
||||
}
|
||||
|
||||
.fa-icon-rotate(@degrees, @rotation) {
|
||||
|
@ -2,14 +2,13 @@
|
||||
// --------------------------
|
||||
|
||||
@mixin fa-icon {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
vertical-align: -.125em;
|
||||
}
|
||||
|
||||
@mixin fa-icon-rotate($degrees, $rotation) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user