mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improved and cleanup CSS
This commit is contained in:
parent
60e29fdd66
commit
c47ed18db9
26 changed files with 58 additions and 115 deletions
40
vendors/fontastic/styles.css
vendored
40
vendors/fontastic/styles.css
vendored
|
|
@ -22,11 +22,6 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
[class^="icon-"]::before,
|
||||
[class*=" icon-"]::before {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.icon-arrows-in::before {
|
||||
content: "\e000";
|
||||
}
|
||||
|
|
@ -48,26 +43,12 @@
|
|||
.icon-down-mini::before {
|
||||
content: "\e01f"; /* › 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: "✔";
|
||||
}
|
||||
|
|
@ -107,9 +88,6 @@
|
|||
.icon-folder-add::before {
|
||||
content: "\e03c";
|
||||
}
|
||||
.icon-bolt::before {
|
||||
content: "\e042";
|
||||
}
|
||||
.icon-download::before {
|
||||
content: "\e043";
|
||||
}
|
||||
|
|
@ -131,9 +109,6 @@
|
|||
.icon-filter::before {
|
||||
content: "\e061"; /* ⊆ */
|
||||
}
|
||||
.icon-sync::before {
|
||||
content: "\e062"; /* ⤻⃔ 🔁 🔃 */
|
||||
}
|
||||
.icon-import::before {
|
||||
content: "\e066";
|
||||
}
|
||||
|
|
@ -156,6 +131,9 @@
|
|||
content: "\e073";
|
||||
}
|
||||
/*
|
||||
.icon-sync::before {
|
||||
content: "⇆";
|
||||
}
|
||||
.icon-radio-checked::before {
|
||||
content: "⦿";
|
||||
}
|
||||
|
|
@ -282,4 +260,16 @@
|
|||
.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