mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-25 22:50:29 +08:00
8 lines
121 B
SCSS
8 lines
121 B
SCSS
// fixed width icons
|
|
// -------------------------
|
|
|
|
.#{$fa-css-prefix}-fw {
|
|
width: (18em / 14);
|
|
text-align: center;
|
|
}
|