mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-15 17:50:28 +08:00
14 lines
190 B
SCSS
14 lines
190 B
SCSS
// Fixed Width Icons
|
|
// -------------------------
|
|
%fa-fw {
|
|
width: (18em / 14);
|
|
text-align: center;
|
|
}
|
|
|
|
@if $fa-show-classes == true {
|
|
.#{$fa-css-prefix}-fw {
|
|
@extend %fa-fw;
|
|
}
|
|
|
|
}
|