hugo-theme-introduction/assets/vendor/fontawesome-free/scss/_fixed-width.scss

7 lines
121 B
SCSS
Raw Normal View History

2018-07-12 10:15:25 +00:00
// Fixed Width Icons
// -------------------------
.#{$fa-css-prefix}-fw {
text-align: center;
width: $fa-fw-width;
2018-07-12 10:15:25 +00:00
}