mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-03 05:22:26 +08:00
280 lines
4.6 KiB
CSS
280 lines
4.6 KiB
CSS
@charset "UTF-8";
|
||
|
||
@font-face {
|
||
font-family: "snappymail";
|
||
src: url("fonts/snappymail.woff2") format("woff2"), url("fonts/snappymail.woff") format("woff");
|
||
font-weight: normal;
|
||
font-style: normal;
|
||
font-display: swap;
|
||
}
|
||
|
||
.fontastic,
|
||
[class^="icon-"]::before,
|
||
[class*=" icon-"]::before {
|
||
font-family: "snappymail" !important;
|
||
font-style: normal !important;
|
||
font-weight: normal !important;
|
||
font-variant: normal !important;
|
||
text-transform: none !important;
|
||
speak: never;
|
||
line-height: 1;
|
||
-webkit-font-smoothing: antialiased;
|
||
-moz-osx-font-smoothing: grayscale;
|
||
}
|
||
|
||
.icon-arrows-in::before {
|
||
content: "\e000";
|
||
}
|
||
.icon-arrows-out::before {
|
||
content: "\e001";
|
||
}
|
||
.icon-list::before {
|
||
content: "\e002";
|
||
}
|
||
.icon-user-add::before {
|
||
content: "\e005";
|
||
}
|
||
.icon-paper-plane::before {
|
||
content: "\e007";
|
||
}
|
||
.icon-info::before {
|
||
content: "\e00b";
|
||
}
|
||
.icon-right-dir::before {
|
||
content: "\e00c"; /* ▶ */
|
||
}
|
||
.icon-left::before {
|
||
content: "\e01b"; /* ➔ rotate 180 */
|
||
}
|
||
.icon-down::before {
|
||
content: "\e01d"; /* ➔ rotate 90 */
|
||
}
|
||
.icon-right-mini::before {
|
||
content: "\e01e"; /* › */
|
||
}
|
||
.icon-down-mini::before {
|
||
content: "\e01f"; /* › rotate 90 */
|
||
}
|
||
.icon-up::before {
|
||
content: "\e020"; /* ➔ rotate -90 */
|
||
}
|
||
.icon-star-empty::before {
|
||
content: "☆";
|
||
}
|
||
/*
|
||
.icon-star-half::before {
|
||
content: "⯪";
|
||
}
|
||
*/
|
||
.icon-star::before {
|
||
content: "★";
|
||
}
|
||
.icon-list-add::before {
|
||
content: "\e024";
|
||
}
|
||
.icon-warning-alt::before {
|
||
content: "\e02a";
|
||
}
|
||
.icon-plus::before {
|
||
content: "✚";
|
||
}
|
||
.icon-ok::before {
|
||
content: "✔";
|
||
}
|
||
.icon-file::before {
|
||
content: "\e02f";
|
||
}
|
||
.icon-file-code::before {
|
||
content: "\e030";
|
||
}
|
||
.icon-file-chart-graph::before {
|
||
content: "\e031"; /* 📊 */
|
||
}
|
||
.icon-file-zip::before {
|
||
content: "\e032";
|
||
}
|
||
.icon-file-music::before {
|
||
content: "\e033";
|
||
}
|
||
.icon-file-text::before {
|
||
content: "\e034";
|
||
}
|
||
.icon-file-image::before {
|
||
content: "\e036";
|
||
}
|
||
.icon-file-certificate::before {
|
||
content: "\e038";
|
||
}
|
||
.icon-attachment::before {
|
||
content: "📎";
|
||
}
|
||
.icon-file-excel::before {
|
||
content: "\e03a";
|
||
}
|
||
.icon-file-movie::before {
|
||
content: "\e03b";
|
||
}
|
||
.icon-folder-add::before {
|
||
content: "\e03c";
|
||
}
|
||
.icon-folder::before {
|
||
content: "🗀";
|
||
}
|
||
.icon-bolt::before {
|
||
content: "\e042";
|
||
}
|
||
.icon-download::before {
|
||
content: "\e043";
|
||
}
|
||
.icon-popup::before {
|
||
content: "\e045";
|
||
}
|
||
.icon-telephone::before {
|
||
content: "\e047"; /* ℡ ✆ ☎ ☏ 📞 */
|
||
}
|
||
.icon-left-middle::before {
|
||
content: "\e04b"; /* ❮ */
|
||
}
|
||
.icon-right-middle::before {
|
||
content: "\e04c"; /* ❯ */
|
||
}
|
||
.icon-address-book::before {
|
||
content: "\e051";
|
||
}
|
||
.icon-mail::before {
|
||
content: "✉";
|
||
}
|
||
.icon-checkbox-checked::before {
|
||
content: "☑";
|
||
}
|
||
.icon-checkbox-unchecked::before {
|
||
content: "☐";
|
||
}
|
||
.icon-checkbox-partial::before {
|
||
content: "\e05a";
|
||
}
|
||
.icon-radio-checked::before {
|
||
content: "\e05b";
|
||
}
|
||
.icon-radio-unchecked::before {
|
||
content: "\e05c";
|
||
}
|
||
.icon-archive::before {
|
||
content: "\e05f";
|
||
}
|
||
.icon-filter::before {
|
||
content: "\e061"; /* ⊆ */
|
||
}
|
||
.icon-sync::before {
|
||
content: "\e062"; /* ⤻⃔ 🔁 🔃 */
|
||
}
|
||
.icon-import::before {
|
||
content: "\e066";
|
||
}
|
||
.icon-export::before {
|
||
content: "\e067";
|
||
}
|
||
.icon-copy::before {
|
||
content: "\e068";
|
||
}
|
||
.icon-help::before {
|
||
content: "\e06b";
|
||
}
|
||
.icon-resize-in::before {
|
||
content: "\e06c";
|
||
}
|
||
.icon-resize-out::before {
|
||
content: "⤢";
|
||
}
|
||
.icon-braille::before {
|
||
content: "\e06e"; /* ⸭ ⠿ ⁞⁞ */
|
||
}
|
||
.icon-check-mark-circle-two::before {
|
||
content: "\e073";
|
||
}
|
||
/*
|
||
.icon-image::before {
|
||
content: "🖼";
|
||
}
|
||
.icon-user::before {
|
||
content: "👤";
|
||
}
|
||
.icon-fire::before {
|
||
content: "🔥";
|
||
}
|
||
.icon-remove::before {
|
||
content: "✖";
|
||
}
|
||
.icon-floppy::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";
|
||
}
|
||
*/
|