File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,15 @@ header {
8181 @if component (" icons" ) {
8282 // noinspection SassScssUnresolvedVariable
8383 > .#{$icon-css-prefix } {
84- font-size : floor ((4 / 3 ) * $icon-font-size-base );
84+ font-size : floor ((4 / 3 ) * $icon-font-size );
8585 // Must go with $navbar-height rather than the Font Awesome recommended height due to IE10/11 silliness that
8686 // has the icons jumping around on mouseover. Could not find documented instances of this issue.
8787 line-height : $navbar-height ;
8888 }
8989 // noinspection SassScssUnresolvedVariable
9090 > svg .#{$icon-css-prefix } {
91- width : floor ((4 / 3 ) * $icon-font-size-base );
92- height : floor ((4 / 3 ) * $icon-font-size-base );
91+ width : floor ((4 / 3 ) * $icon-font-size );
92+ height : floor ((4 / 3 ) * $icon-font-size );
9393 }
9494 // noinspection SassScssUnresolvedVariable
9595 > .#{$icon-css-prefix } -caret-down {
You can’t perform that action at this time.
0 commit comments