mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improved folder glyph
This commit is contained in:
parent
f1a3f54547
commit
60e29fdd66
8 changed files with 8 additions and 13 deletions
7
vendors/fontastic/styles.css
vendored
7
vendors/fontastic/styles.css
vendored
|
|
@ -15,6 +15,7 @@
|
|||
font-style: normal !important;
|
||||
font-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
line-height: 1;
|
||||
text-transform: none !important;
|
||||
speak: never;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
@ -106,9 +107,6 @@
|
|||
.icon-folder-add::before {
|
||||
content: "\e03c";
|
||||
}
|
||||
.icon-folder::before {
|
||||
content: "🗀";
|
||||
}
|
||||
.icon-bolt::before {
|
||||
content: "\e042";
|
||||
}
|
||||
|
|
@ -281,4 +279,7 @@
|
|||
.icon-spinner::before {
|
||||
content: "\e05e";
|
||||
}
|
||||
.icon-folder::before {
|
||||
content: "📁";
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue