Added fixed width class from FontAwesome.

pull/82/head
Macdonald, Zak 9 years ago
parent 65b92d67b5
commit 47b1bac11e

@ -0,0 +1,10 @@
// fixed width icons
// --------------------------
// lifted from FontAwesome
// https://github.com/FortAwesome/Font-Awesome/blob/6549e2920b0a27213b895200becc485ab01e9974/less/fixed-width.less
.@{wi-css-prefix}-fw {
text-align: center;
width: (18em / 14);
}

@ -0,0 +1,10 @@
// fixed width icons
// --------------------------
// lifted from FontAwesome
// https://github.com/FortAwesome/Font-Awesome/blob/6549e2920b0a27213b895200becc485ab01e9974/less/fixed-width.less
.#{$wi-css-prefix}-fw {
text-align: center;
width: (18em / 14);
}
Loading…
Cancel
Save