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;
|
2020-11-27 21:30:03 +08:00
|
|
|
|
font-display: swap;
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
|
|
|
|
|
2021-02-05 00:52:46 +08:00
|
|
|
|
.fontastic,
|
2022-01-28 07:29:54 +08:00
|
|
|
|
[data-icon]::before,
|
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;
|
2021-02-12 08:05:02 +08:00
|
|
|
|
line-height: 1;
|
2020-10-28 17:35:17 +08:00
|
|
|
|
speak: never;
|
2013-12-15 06:42:32 +08:00
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-28 07:29:54 +08:00
|
|
|
|
[data-icon]::before {
|
|
|
|
|
content: attr(data-icon);
|
|
|
|
|
display: inline-block;
|
2022-01-28 19:23:05 +08:00
|
|
|
|
margin-right: 0.5em;
|
|
|
|
|
min-width: 1em;
|
2022-01-28 07:29:54 +08:00
|
|
|
|
}
|
|
|
|
|
|
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-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 {
|
2023-03-21 17:05:29 +08:00
|
|
|
|
content: "📧";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-right-mini::before {
|
2022-11-18 04:40:35 +08:00
|
|
|
|
content: "›";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-down-mini::before {
|
2022-11-18 04:40:35 +08:00
|
|
|
|
content: "⌄";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-ok::before {
|
2020-11-27 21:16:20 +08:00
|
|
|
|
content: "✔";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file::before {
|
2022-10-21 18:31:55 +08:00
|
|
|
|
content: "🗎";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-code::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e030";
|
|
|
|
|
}
|
2021-04-13 20:11:17 +08:00
|
|
|
|
.icon-file-presentation::before {
|
2023-03-21 17:05:29 +08:00
|
|
|
|
content: "📊";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2021-04-13 20:11:17 +08:00
|
|
|
|
.icon-file-archive::before {
|
2023-03-21 17:05:29 +08:00
|
|
|
|
content: "📦";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2021-04-13 20:11:17 +08:00
|
|
|
|
.icon-file-audio::before {
|
2023-03-21 17:05:29 +08:00
|
|
|
|
content: "🔊";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-text::before {
|
2022-10-21 18:31:55 +08:00
|
|
|
|
content: "📄";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-image::before {
|
2023-03-21 17:05:29 +08:00
|
|
|
|
content: "🖻";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-file-certificate::before {
|
2023-03-21 17:05:29 +08:00
|
|
|
|
content: "\e038"; /* 🔏 🔐 */
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-attachment::before {
|
2020-11-27 21:16:20 +08:00
|
|
|
|
content: "📎";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2021-04-13 20:11:17 +08:00
|
|
|
|
.icon-file-spreadsheet::before {
|
2023-03-21 17:05:29 +08:00
|
|
|
|
content: "▦";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2021-04-13 20:11:17 +08:00
|
|
|
|
.icon-file-video::before {
|
2023-03-21 17:05:29 +08:00
|
|
|
|
content: "🎬";
|
2013-12-15 06:42:32 +08:00
|
|
|
|
}
|
2020-09-25 23:42:14 +08:00
|
|
|
|
.icon-folder-add::before {
|
2013-12-15 06:42:32 +08:00
|
|
|
|
content: "\e03c";
|
|
|
|
|
}
|
2022-11-04 18:41:39 +08:00
|
|
|
|
.icon-lock::before {
|
|
|
|
|
content: "🔒";
|
|
|
|
|
}
|
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-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";
|
|
|
|
|
}
|
2021-02-05 00:52:46 +08:00
|
|
|
|
.icon-check-mark-circle-two::before {
|
|
|
|
|
content: "\e073";
|
|
|
|
|
}
|
2023-07-27 08:01:11 +08:00
|
|
|
|
.icon-file-calendar::before {
|
|
|
|
|
content: "📅";
|
|
|
|
|
}
|