2016-05-01 09:07:10 +08:00
|
|
|
|
@charset "UTF-8";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
|
|
|
|
|
@font-face {
|
2020-09-25 23:42:14 +08:00
|
|
|
|
font-family: "snappymail";
|
2020-10-15 01:17:40 +08:00
|
|
|
|
src: url("fonts/snappymail.woff2") format("woff2"), url("fonts/snappymail.woff") format("woff");
|
2013-12-15 06:42:32 +08:00
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
2016-05-01 09:07:10 +08:00
|
|
|
|
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
|
|
|
|
|
2020-09-25 23:42:14 +08:00
|
|
|
|
[class^="icon-"]::before,
|
|
|
|
|
[class*=" icon-"]::before {
|
|
|
|
|
font-family: "snappymail" !important;
|
2013-12-15 06:42:32 +08:00
|
|
|
|
font-style: normal !important;
|
|
|
|
|
font-weight: normal !important;
|
|
|
|
|
font-variant: normal !important;
|
|
|
|
|
text-transform: none !important;
|
2020-10-28 17:35:17 +08:00
|
|
|
|
speak: never;
|
2013-12-15 06:42:32 +08:00
|
|
|
|
line-height: 1;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-arrows-in::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e000";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-arrows-out::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e001";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-list::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e002";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-search::before {
|
|
|
|
|
content: "\e003"; /* 🔎 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-user::before {
|
|
|
|
|
content: "\e004"; /* 👤 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-user-add::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e005";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-paper-plane::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e007";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-reply::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e008";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-reply-all::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e009";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-forward::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e00a";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-info::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e00b";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-right-dir::before {
|
|
|
|
|
content: "\e00c"; /* ▶ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-image::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e00e";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-print::before {
|
|
|
|
|
content: "\e00f"; /* 🖨 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-cog::before {
|
|
|
|
|
content: "\e011"; /* ⚙ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-wrench::before {
|
|
|
|
|
content: "\e012"; /* 🔧 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-fire::before {
|
|
|
|
|
content: "\e014"; /* 🔥 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-left::before {
|
|
|
|
|
content: "\e01b"; /* ➔ rotate 180 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-down::before {
|
|
|
|
|
content: "\e01d"; /* ➔ rotate 90 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-right-mini::before {
|
|
|
|
|
content: "\e01e"; /* › */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-down-mini::before {
|
|
|
|
|
content: "\e01f"; /* › rotate 90 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-up::before {
|
|
|
|
|
content: "\e020"; /* ➔ rotate -90 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-star-empty::before {
|
|
|
|
|
content: "\e021"; /* ★ color:transparent; text-shadow */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-star::before {
|
|
|
|
|
content: "\e022"; /* ★ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-at::before {
|
|
|
|
|
content: "\e023"; /* @ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-list-add::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e024";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-warning::before {
|
|
|
|
|
content: "\e029"; /* ⚠️ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-warning-alt::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e02a";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-power::before {
|
|
|
|
|
content: "\e02b"; /* ⏻ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-plus::before {
|
|
|
|
|
content: "\e02c"; /* ✚ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-ok::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e02d";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-remove::before {
|
|
|
|
|
content: "\e02e"; /* ✖ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e02f";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-code::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e030";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-chart-graph::before {
|
|
|
|
|
content: "\e031"; /* 📊 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-zip::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e032";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-music::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e033";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-text::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e034";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-image::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e036";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-certificate::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e038";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-attachment::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e039";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-excel::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e03a";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-movie::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e03b";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-folder-add::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e03c";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-folder::before {
|
|
|
|
|
content: "\e03d"; /* 📁 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-floppy::before {
|
|
|
|
|
content: "\e03e"; /* 💾 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-eye::before {
|
|
|
|
|
content: "\e03f"; /* 👁 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-bolt::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e042";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-download::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e043";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-popup::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e045";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-telephone::before {
|
|
|
|
|
content: "\e047"; /* ℡ ✆ ☎ ☏ 📞 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-mobile::before {
|
|
|
|
|
content: "\e048"; /* 📱 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-pencil::before {
|
|
|
|
|
content: "\e049"; /* ✎ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-trash::before {
|
|
|
|
|
content: "\e04a"; /* 🗑️ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-left-middle::before {
|
|
|
|
|
content: "\e04b"; /* ❮ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-right-middle::before {
|
|
|
|
|
content: "\e04c"; /* ❯ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-key::before {
|
|
|
|
|
content: "\e04e"; /* 🔑 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-lock::before {
|
|
|
|
|
content: "\e04f"; /* 🔒 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-address-book::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e051";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-users::before {
|
|
|
|
|
content: "\e055"; /* 👥 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-mail::before {
|
|
|
|
|
content: "\e057"; /* ✉ */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-checkbox-checked::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e058";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-checkbox-unchecked::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e059";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-checkbox-partial::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e05a";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-radio-checked::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e05b";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-radio-unchecked::before {
|
2013-12-15 19:02:50 +08:00
|
|
|
|
content: "\e05c";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-spinner::before {
|
2013-12-15 19:02:50 +08:00
|
|
|
|
content: "\e05e";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-archive::before {
|
2013-12-15 19:02:50 +08:00
|
|
|
|
content: "\e05f";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-filter::before {
|
|
|
|
|
content: "\e061"; /* ⊆ */
|
2013-12-19 08:53:42 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-sync::before {
|
|
|
|
|
content: "\e062"; /* ⤻⃔ 🔁 🔃 */
|
2014-03-29 00:02:39 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-ellipsis-alt::before {
|
|
|
|
|
content: "\e063"; /* ⋮ */
|
2014-04-26 05:50:17 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-import::before {
|
2014-04-26 05:50:17 +08:00
|
|
|
|
content: "\e066";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-export::before {
|
2014-04-26 05:50:17 +08:00
|
|
|
|
content: "\e067";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-copy::before {
|
2014-04-26 05:50:17 +08:00
|
|
|
|
content: "\e068";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-help::before {
|
2014-04-29 23:31:49 +08:00
|
|
|
|
content: "\e06b";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-resize-in::before {
|
2014-05-08 00:04:32 +08:00
|
|
|
|
content: "\e06c";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-resize-out::before {
|
|
|
|
|
content: "\e06d"; /* ⤢ */
|
2014-10-30 21:59:25 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-world::before {
|
|
|
|
|
content: "\e06f"; /* 🌍 */
|
2015-02-01 23:44:44 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-braille::before {
|
|
|
|
|
content: "\e06e"; /* ⸭ ⠿ ⁞⁞ */
|
2015-04-11 05:52:15 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-play::before {
|
|
|
|
|
content: "\e070"; /* ⏯︎ */
|
2015-04-11 05:52:15 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-pause::before {
|
|
|
|
|
content: "\e071"; /* ⏸︎ */
|
2015-04-11 05:52:15 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-check-mark-circle-two::before {
|
2015-04-26 06:01:56 +08:00
|
|
|
|
content: "\e073";
|
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-laptop::before {
|
|
|
|
|
content: "\e075"; /* 💻 */
|
2016-05-01 09:07:10 +08:00
|
|
|
|
}
|