site-max/vendor/font-awesome/scss/_fixed-width.scss

7 lines
121 B
SCSS
Raw Normal View History

2017-07-14 15:51:49 +02:00
// Fixed Width Icons
// -------------------------
.#{$fa-css-prefix}-fw {
text-align: center;
2019-07-14 11:47:10 +02:00
width: $fa-fw-width;
2017-07-14 15:51:49 +02:00
}