mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
9 lines
146 B
SCSS
9 lines
146 B
SCSS
// Fixed Width Icons
|
|
// -------------------------
|
|
@use "sass:math";
|
|
|
|
.#{$fa-css-prefix}-fw {
|
|
width: math.div(18em, 14);
|
|
text-align: center;
|
|
}
|