Improved icon font view

This commit is contained in:
djmaze 2021-02-11 17:46:29 +01:00
parent 93738eac22
commit 4a8c9f8e18
31 changed files with 115 additions and 196 deletions

View file

@ -26,7 +26,7 @@
padding: 8px;
line-height: @baseLineHeight;
text-align: left;
vertical-align: top;
vertical-align: text-top;
border-top: 1px solid @tableBorder;
}
th {

Binary file not shown.

Binary file not shown.

View file

@ -17,20 +17,21 @@
font-variant: normal !important;
text-transform: none !important;
speak: never;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
line-height: 1;
}
.icon-arrows-in::before {
content: "\e000";
}
.icon-arrows-out::before {
content: "\e001";
}
.icon-list::before {
content: "☰";
}
.icon-user-add::before {
content: "\e005";
}
@ -43,21 +44,12 @@
.icon-right-dir::before {
content: "\e00c"; /* ▶ */
}
.icon-left::before {
content: "⬅";
}
.icon-down::before {
content: "⬇";
}
.icon-right-mini::before {
content: "\e01e"; /* */
}
.icon-down-mini::before {
content: "\e01f"; /* rotate 90 */
}
.icon-up::before {
content: "⬆";
}
.icon-star-empty::before {
content: "☆";
}
@ -129,36 +121,15 @@
.icon-popup::before {
content: "\e045";
}
.icon-telephone::before {
content: "📞"; /* ℡ ✆ ☎ ☏ */
}
.icon-left-middle::before {
content: "\e04b"; /* */
}
.icon-right-middle::before {
content: "\e04c"; /* */
}
.icon-address-book::before {
content: "\e051";
}
.icon-mail::before {
content: "✉";
}
.icon-checkbox-checked::before {
content: "☑";
}
.icon-checkbox-unchecked::before {
content: "☐";
}
.icon-checkbox-partial::before {
content: "▣";
}
.icon-radio-checked::before {
content: "\e05b";
}
.icon-radio-unchecked::before {
content: "\e05c";
}
.icon-archive::before {
content: "\e05f";
}
@ -186,13 +157,46 @@
.icon-resize-out::before {
content: "⤢";
}
.icon-braille::before {
content: "\e06e"; /* ⸭ ⠿ ⁞⁞ */
}
.icon-check-mark-circle-two::before {
content: "\e073";
}
/*
.icon-radio-checked::before {
content: "⦿";
}
.icon-radio-unchecked::before {
content: "○";
}
.icon-address-book::before {
content: "📇";
}
.icon-list::before {
content: "☰";
}
.icon-telephone::before {
content: "📞";
}
.icon-braille::before {
content: "⬍";
}
.icon-checkbox-checked::before {
content: "☑";
}
.icon-checkbox-unchecked::before {
content: "☐";
}
.icon-checkbox-partial::before {
content: "▣";
}
.icon-left::before {
content: "⬅";
}
.icon-up::before {
content: "⬆";
}
.icon-down::before {
content: "⬇";
}
.icon-image::before {
content: "🖼";
}