Cleanup and rearrange some fontastic glyphs

This commit is contained in:
the-djmaze 2022-11-17 21:40:35 +01:00
parent ecf53b1285
commit 7da3ba8c61
7 changed files with 9 additions and 24 deletions

Binary file not shown.

Binary file not shown.

View file

@ -41,13 +41,13 @@
content: "\e007";
}
.icon-right-mini::before {
content: "\e01e"; /* */
content: "";
}
.icon-down-mini::before {
content: "\e01f"; /* rotate 90 */
content: "⌄";
}
.icon-warning-alt::before {
content: "\e02a";
.icon-cross::before {
content: "";
}
.icon-ok::before {
content: "✔";
@ -91,12 +91,6 @@
.icon-lock::before {
content: "🔒";
}
.icon-popup::before {
content: "\e045";
}
.icon-mail::before {
content: "✉";
}
.icon-filter::before {
content: "\e061"; /* ⊆ */
}
@ -109,9 +103,6 @@
.icon-copy::before {
content: "\e068";
}
.icon-help::before {
content: "\e06b";
}
.icon-resize-in::before {
content: "\e06c";
}