reduce html elements in menus

This commit is contained in:
the-djmaze 2022-01-28 00:29:54 +01:00
parent 61ec49fd22
commit c09c71df75
3 changed files with 106 additions and 158 deletions

View file

@ -9,6 +9,7 @@
}
.fontastic,
[data-icon]::before,
[class^="icon-"]::before,
[class*=" icon-"]::before {
font-family: "snappymail" !important;
@ -22,6 +23,13 @@
-moz-osx-font-smoothing: grayscale;
}
[data-icon]::before {
content: attr(data-icon);
display: inline-block;
width: 1.5em;
height: 1em;
}
.icon-arrows-in::before {
content: "\e000";
}