Font-Awesome/scss/_fixed-width.scss

7 lines
121 B
SCSS
Raw Permalink Normal View History

2018-06-21 04:12:02 +08:00
// Fixed Width Icons
// -------------------------
.#{$fa-css-prefix}-fw {
text-align: center;
2018-11-02 23:15:27 +08:00
width: $fa-fw-width;
2018-06-21 04:12:02 +08:00
}