1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
i.icon { vertical-align: middle; // Firefox will place icons weird otherwise display: inline-block; font-style: normal; line-height: 1; &::before { display: block; min-width: 1em; margin-right: .2em; text-align: center; text-decoration: inherit; } }