Improved snappymail font unicode points

This commit is contained in:
djmaze 2021-02-11 12:21:04 +01:00
parent 0f99147496
commit 93738eac22
7 changed files with 28 additions and 38 deletions

Binary file not shown.

Binary file not shown.

View file

@ -29,7 +29,7 @@
content: "\e001";
}
.icon-list::before {
content: "\e002";
content: "";
}
.icon-user-add::before {
content: "\e005";
@ -44,10 +44,10 @@
content: "\e00c"; /* ▶ */
}
.icon-left::before {
content: "\e01b"; /* ➔ rotate 180 */
content: "⬅";
}
.icon-down::before {
content: "\e01d"; /* ➔ rotate 90 */
content: "⬇";
}
.icon-right-mini::before {
content: "\e01e"; /* */
@ -56,7 +56,7 @@
content: "\e01f"; /* rotate 90 */
}
.icon-up::before {
content: "\e020"; /* ➔ rotate -90 */
content: "⬆";
}
.icon-star-empty::before {
content: "☆";
@ -130,7 +130,7 @@
content: "\e045";
}
.icon-telephone::before {
content: "\e047"; /* ℡ ✆ ☎ ☏ 📞 */
content: "📞"; /* ℡ ✆ ☎ ☏ */
}
.icon-left-middle::before {
content: "\e04b"; /* */
@ -151,7 +151,7 @@
content: "☐";
}
.icon-checkbox-partial::before {
content: "\e05a";
content: "";
}
.icon-radio-checked::before {
content: "\e05b";