Tweak alignment of ionicons

This somehow works even though ion-icon is like an undefined HTML tag.
This commit is contained in:
benjamin melançon 2018-12-25 19:18:16 -05:00
parent ad5f14be80
commit b4116e1cd4

View file

@ -226,3 +226,9 @@ $agaricon-path: 'fonts' !default;
.agc-mushroom::before { .agc-mushroom::before {
content: "\e031"; content: "\e031";
} }
/* Extra styling for Ionicons */
ion-icon {
vertical-align: text-bottom;
}