mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 16:50:27 +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 */
|
/* makes the font 33% larger relative to the icon container */
|
||||||
.icon-large:before {
|
.icon-large:before {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 4/3em;
|
font-size: #{(4/3)}em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn, .nav-tabs {
|
.btn, .nav-tabs {
|
||||||
|
Loading…
Reference in New Issue
Block a user