mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
reduce html elements in menus
This commit is contained in:
parent
61ec49fd22
commit
c09c71df75
3 changed files with 106 additions and 158 deletions
8
vendors/fontastic/styles.css
vendored
8
vendors/fontastic/styles.css
vendored
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue