mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improve font middle arrows
Simplify login spinner
This commit is contained in:
parent
db0d03db83
commit
2c23955269
14 changed files with 22 additions and 212 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.
151
vendors/fontastic/styles.css
vendored
151
vendors/fontastic/styles.css
vendored
|
|
@ -94,17 +94,11 @@
|
|||
.icon-popup::before {
|
||||
content: "\e045";
|
||||
}
|
||||
.icon-left-middle::before {
|
||||
content: "\e04b"; /* ❮ */
|
||||
}
|
||||
.icon-right-middle::before {
|
||||
content: "\e04c"; /* ❯ */
|
||||
}
|
||||
.icon-mail::before {
|
||||
content: "✉";
|
||||
}
|
||||
.icon-archive::before {
|
||||
content: "\e05f";
|
||||
content: "\e05f"; /* 🗃 🗄️ */
|
||||
}
|
||||
.icon-filter::before {
|
||||
content: "\e061"; /* ⊆ */
|
||||
|
|
@ -130,146 +124,3 @@
|
|||
.icon-check-mark-circle-two::before {
|
||||
content: "\e073";
|
||||
}
|
||||
/*
|
||||
.icon-sync::before {
|
||||
content: "⇆";
|
||||
}
|
||||
.icon-radio-checked::before {
|
||||
content: "⦿";
|
||||
}
|
||||
.icon-radio-unchecked::before {
|
||||
content: "○";
|
||||
}
|
||||
.icon-address-book::before {
|
||||
content: "📇";
|
||||
}
|
||||
.icon-list::before {
|
||||
content: "☰";
|
||||
}
|
||||
.icon-telephone::before {
|
||||
content: "📞";
|
||||
}
|
||||
.icon-braille::before {
|
||||
content: "⬍";
|
||||
}
|
||||
.icon-checkbox-checked::before {
|
||||
content: "☑";
|
||||
}
|
||||
.icon-checkbox-unchecked::before {
|
||||
content: "☐";
|
||||
}
|
||||
.icon-checkbox-partial::before {
|
||||
content: "▣";
|
||||
}
|
||||
.icon-left::before {
|
||||
content: "⬅";
|
||||
}
|
||||
.icon-up::before {
|
||||
content: "⬆";
|
||||
}
|
||||
.icon-down::before {
|
||||
content: "⬇";
|
||||
}
|
||||
.icon-image::before {
|
||||
content: "🖼";
|
||||
}
|
||||
.icon-user::before {
|
||||
content: "👤";
|
||||
}
|
||||
.icon-fire::before {
|
||||
content: "🔥";
|
||||
}
|
||||
.icon-remove::before {
|
||||
content: "✖";
|
||||
}
|
||||
.icon-floppy::before {
|
||||
content: "💾";
|
||||
}
|
||||
.icon-right-dir::before {
|
||||
content: "▶";
|
||||
}
|
||||
.icon-play::before {
|
||||
content: "▶️"; ⏵ ⏯
|
||||
}
|
||||
.icon-key::before {
|
||||
content: "🔑";
|
||||
}
|
||||
.icon-world::before {
|
||||
content: "🌍";
|
||||
}
|
||||
.icon-eye::before {
|
||||
content: "👁";
|
||||
}
|
||||
.icon-power::before {
|
||||
content: "⏻";
|
||||
}
|
||||
.icon-wrench::before {
|
||||
content: "🔧";
|
||||
}
|
||||
.icon-print::before {
|
||||
content: "🖨";
|
||||
}
|
||||
.icon-cog::before {
|
||||
content: "⚙";
|
||||
}
|
||||
.icon-forward::before {
|
||||
content: "→";
|
||||
}
|
||||
.icon-search::before {
|
||||
content: "🔎";
|
||||
}
|
||||
.icon-reply::before {
|
||||
content: "←";
|
||||
}
|
||||
.icon-reply-all::before {
|
||||
content: "↞";
|
||||
}
|
||||
.icon-mobile::before {
|
||||
content: "📱";
|
||||
}
|
||||
.icon-pencil::before {
|
||||
content: "🖉";
|
||||
}
|
||||
.icon-trash::before {
|
||||
content: "🗑";
|
||||
}
|
||||
.icon-lock::before {
|
||||
content: "🔒";
|
||||
}
|
||||
.icon-users::before {
|
||||
content: "👥";
|
||||
}
|
||||
.icon-ellipsis-alt::before {
|
||||
content: "⋮";
|
||||
}
|
||||
.icon-pause::before {
|
||||
content: "⏸︎";
|
||||
}
|
||||
.icon-laptop::before {
|
||||
content: "💻";
|
||||
}
|
||||
.icon-at::before {
|
||||
content: "@";
|
||||
}
|
||||
.icon-warning::before {
|
||||
content: "⚠";
|
||||
}
|
||||
.icon-spinner::before {
|
||||
content: "\e05e";
|
||||
}
|
||||
.icon-folder::before {
|
||||
content: "📁";
|
||||
}
|
||||
.icon-plus::before {
|
||||
content: "✚";
|
||||
}
|
||||
.icon-star-empty::before {
|
||||
content: "☆";
|
||||
}
|
||||
.icon-star-half::before {
|
||||
content: "⯪";
|
||||
}
|
||||
.icon-star::before {
|
||||
content: "★";
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue