mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improved attachment glyph handling
This commit is contained in:
parent
6b29460bdf
commit
50487af6a7
6 changed files with 18 additions and 23 deletions
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
Binary file not shown.
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
Binary file not shown.
16
vendors/fontastic/styles.css
vendored
16
vendors/fontastic/styles.css
vendored
|
|
@ -38,7 +38,7 @@
|
|||
content: "\e005";
|
||||
}
|
||||
.icon-paper-plane::before {
|
||||
content: "\e007";
|
||||
content: "📧";
|
||||
}
|
||||
.icon-right-mini::before {
|
||||
content: "›";
|
||||
|
|
@ -59,31 +59,31 @@
|
|||
content: "\e030";
|
||||
}
|
||||
.icon-file-presentation::before {
|
||||
content: "\e031"; /* 📊 */
|
||||
content: "📊";
|
||||
}
|
||||
.icon-file-archive::before {
|
||||
content: "\e032";
|
||||
content: "📦";
|
||||
}
|
||||
.icon-file-audio::before {
|
||||
content: "\e033";
|
||||
content: "🔊";
|
||||
}
|
||||
.icon-file-text::before {
|
||||
content: "📄";
|
||||
}
|
||||
.icon-file-image::before {
|
||||
content: "\e036"; /* 🖻 */
|
||||
content: "🖻";
|
||||
}
|
||||
.icon-file-certificate::before {
|
||||
content: "\e038";
|
||||
content: "\e038"; /* 🔏 🔐 */
|
||||
}
|
||||
.icon-attachment::before {
|
||||
content: "📎";
|
||||
}
|
||||
.icon-file-spreadsheet::before {
|
||||
content: "\e03a";
|
||||
content: "▦";
|
||||
}
|
||||
.icon-file-video::before {
|
||||
content: "\e03b";
|
||||
content: "🎬";
|
||||
}
|
||||
.icon-folder-add::before {
|
||||
content: "\e03c";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue