Add alignement to all elements with icons

This commit is contained in:
TheThomaas 2024-01-30 22:02:31 +01:00
parent a4d9c1be39
commit 3623c8216b

View file

@ -3,6 +3,11 @@
@use "./icons/internet";
@use "./icons/mail";
[class*=" icon-"],
[class^="icon-"] {
vertical-align: top;
}
[class*=" icon-"]:before,
[class*=" icon-"]:after,
[class^="icon-"]:before,