mirror of
https://github.com/chylex/Lightning-Tracker.git
synced 2024-11-25 07:42:55 +01:00
183 lines
3.1 KiB
CSS
183 lines
3.1 KiB
CSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('../fonts/icomoon.woff2') format('woff2'),
|
|
url('../fonts/icomoon.woff') format('woff'),
|
|
url('../fonts/icomoon.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
span.icon {
|
|
/*noinspection CssNoGenericFontName*/
|
|
font-family: 'icomoon' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
|
|
/* Enable Ligatures ================ */
|
|
letter-spacing: 0;
|
|
-webkit-font-feature-settings: "liga";
|
|
-moz-font-feature-settings: "liga=1";
|
|
-moz-font-feature-settings: "liga";
|
|
font-feature-settings: "liga";
|
|
-webkit-font-variant-ligatures: discretionary-ligatures;
|
|
font-variant-ligatures: discretionary-ligatures;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-color-red {
|
|
color: #7c010e;
|
|
}
|
|
.icon-color-blue {
|
|
color: #044196;
|
|
}
|
|
.icon-color-purple {
|
|
color: #710288;
|
|
}
|
|
|
|
.icon-pencil:before {
|
|
content: "\e905";
|
|
}
|
|
.icon-book:before {
|
|
content: "\e91f";
|
|
}
|
|
.icon-clock:before {
|
|
content: "\e94e";
|
|
}
|
|
.icon-calendar:before {
|
|
content: "\e953";
|
|
}
|
|
.icon-undo:before {
|
|
content: "\e965";
|
|
}
|
|
.icon-redo:before {
|
|
content: "\e966";
|
|
}
|
|
.icon-user:before {
|
|
content: "\e971";
|
|
}
|
|
.icon-users:before {
|
|
content: "\e972";
|
|
}
|
|
.icon-key:before {
|
|
content: "\e98d";
|
|
}
|
|
.icon-wrench:before {
|
|
content: "\e991";
|
|
}
|
|
.icon-cog:before {
|
|
content: "\e994";
|
|
}
|
|
.icon-wand:before {
|
|
content: "\e997";
|
|
}
|
|
.icon-bug:before {
|
|
content: "\e999";
|
|
}
|
|
.icon-stats-dots:before {
|
|
content: "\e99b";
|
|
}
|
|
.icon-leaf:before {
|
|
content: "\e9a4";
|
|
}
|
|
.icon-gavel:before {
|
|
content: "\e9a8";
|
|
}
|
|
.icon-fire:before {
|
|
content: "\e9a9";
|
|
}
|
|
.icon-trash:before {
|
|
content: "\e9ad";
|
|
}
|
|
.icon-switch:before {
|
|
content: "\e9b6";
|
|
}
|
|
.icon-list-numbered:before {
|
|
content: "\e9b9";
|
|
}
|
|
.icon-list-bulleted:before {
|
|
content: "\e9bb";
|
|
}
|
|
.icon-eye:before {
|
|
content: "\e9ce";
|
|
}
|
|
.icon-warning:before {
|
|
content: "\ea07";
|
|
}
|
|
.icon-notification:before {
|
|
content: "\ea08";
|
|
}
|
|
.icon-info:before {
|
|
content: "\ea0c";
|
|
}
|
|
.icon-circle-cross:before {
|
|
content: "\ea0d";
|
|
}
|
|
.icon-blocked:before {
|
|
content: "\ea0e";
|
|
}
|
|
.icon-cross:before {
|
|
content: "\ea0f";
|
|
}
|
|
.icon-checkmark:before {
|
|
content: "\ea10";
|
|
}
|
|
.icon-enter:before {
|
|
content: "\ea13";
|
|
}
|
|
.icon-backward:before {
|
|
content: "\ea1f";
|
|
}
|
|
.icon-forward:before {
|
|
content: "\ea20";
|
|
}
|
|
.icon-circle-up:before {
|
|
content: "\ea41";
|
|
}
|
|
.icon-circle-down:before {
|
|
content: "\ea43";
|
|
}
|
|
.icon-checkbox-checked:before {
|
|
content: "\ea52";
|
|
}
|
|
.icon-checkbox-unchecked:before {
|
|
content: "\ea53";
|
|
}
|
|
.icon-radio-checked:before {
|
|
content: "\ea54";
|
|
}
|
|
.icon-radio-unchecked:before {
|
|
content: "\ea56";
|
|
}
|
|
.icon-filter:before {
|
|
content: "\ea5b";
|
|
}
|
|
.icon-bold:before {
|
|
content: "\ea62";
|
|
}
|
|
.icon-underline:before {
|
|
content: "\ea63";
|
|
}
|
|
.icon-italic:before {
|
|
content: "\ea64";
|
|
}
|
|
.icon-strikethrough:before {
|
|
content: "\ea65";
|
|
}
|
|
.icon-out:before {
|
|
content: "\ea7e";
|
|
}
|
|
.icon-code:before {
|
|
content: "\ea80";
|
|
}
|
|
.icon-github:before {
|
|
content: "\eab0";
|
|
}
|