Tweak alignment of ionicons
This somehow works even though ion-icon is like an undefined HTML tag.
This commit is contained in:
parent
ad5f14be80
commit
b4116e1cd4
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue