_fixed-width.scss 121 B

1234567
  1. // Fixed Width Icons
  2. // -------------------------
  3. .#{$fa-css-prefix}-fw {
  4. text-align: center;
  5. width: $fa-fw-width;
  6. }