robertjohnson.work/assets/plugins/font-awesome/scss/_fixed-width.scss

7 lines
120 B
SCSS
Raw Normal View History

2016-07-29 00:47:42 -04:00
// Fixed Width Icons
// -------------------------
.#{$fa-css-prefix}-fw {
text-align: center;
2018-07-25 09:34:10 -04:00
width: (20em / 16);
2016-07-29 00:47:42 -04:00
}