mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-25 21:11:30 +08:00
Fixed bug with icon-large math in SCSS version.
This commit is contained in:
parent
ee55c859d2
commit
83abb6768c
2
sass/font-awesome.scss
vendored
2
sass/font-awesome.scss
vendored
@ -55,7 +55,7 @@ a [class*=" icon-"] {
|
||||
/* makes the font 33% larger relative to the icon container */
|
||||
.icon-large:before {
|
||||
vertical-align: middle;
|
||||
font-size: 4/3em;
|
||||
font-size: #{(4/3)}em;
|
||||
}
|
||||
|
||||
.btn, .nav-tabs {
|
||||
|
Loading…
Reference in New Issue
Block a user