mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 08:40:28 +08:00
8302f1cca7
Co-authored-by: robmadole <robmadole@users.noreply.github.com>
8 lines
122 B
SCSS
8 lines
122 B
SCSS
// fixed-width icons
|
|
// -------------------------
|
|
|
|
.#{$fa-css-prefix}-fw {
|
|
text-align: center;
|
|
width: $fa-fw-width;
|
|
}
|