Fork-Awesome/scss/_fixed-width.scss

9 lines
146 B
SCSS

// Fixed Width Icons
// -------------------------
@use "sass:math";
.#{$fa-css-prefix}-fw {
width: math.div(18em, 14);
text-align: center;
}