Font-Awesome/scss/_fixed-width.scss

7 lines
121 B
SCSS
Raw Normal View History

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