mirror of
https://github.com/ivabus/gui
synced 2025-06-07 07:40:27 +03:00
93 lines
1.8 KiB
CSS
93 lines
1.8 KiB
CSS
@charset "UTF-8";
|
|
|
|
/* tea-icons */
|
|
@font-face {
|
|
font-family: 'tea-icons';
|
|
src: url('fonts/tea-icons.eot');
|
|
src: url('fonts/tea-icons.eot?#iefix') format('embedded-opentype'),
|
|
url('fonts/tea-icons.woff') format('woff'), url('fonts/tea-icons.ttf') format('truetype'),
|
|
url('fonts/tea-icons.svg#tea-icons') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[data-icon]:before {
|
|
font-family: 'tea-icons' !important;
|
|
content: attr(data-icon);
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-variant: normal !important;
|
|
text-transform: none !important;
|
|
speak: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
[class^='icon-']:before,
|
|
[class*=' icon-']:before {
|
|
font-family: 'tea-icons' !important;
|
|
font-style: normal !important;
|
|
font-weight: normal !important;
|
|
font-variant: normal !important;
|
|
text-transform: none !important;
|
|
speak: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-discord:before {
|
|
content: '\61';
|
|
}
|
|
.icon-download-arrow:before {
|
|
content: '\62';
|
|
}
|
|
.icon-enter-arrow:before {
|
|
content: '\63';
|
|
}
|
|
.icon-github:before {
|
|
content: '\64';
|
|
}
|
|
.icon-instagram:before {
|
|
content: '\65';
|
|
}
|
|
.icon-reddit:before {
|
|
content: '\66';
|
|
}
|
|
.icon-right-arrow:before {
|
|
content: '\67';
|
|
}
|
|
.icon-telegram:before {
|
|
content: '\68';
|
|
}
|
|
.icon-twitter:before {
|
|
content: '\69';
|
|
}
|
|
.icon-tea-logo-iconasset-1:before {
|
|
content: '\6a';
|
|
}
|
|
.icon-tea-circle:before {
|
|
content: '\6b';
|
|
}
|
|
.icon-clipboard:before {
|
|
content: '\6c';
|
|
}
|
|
.icon-tea-checkmark:before {
|
|
content: '\6d';
|
|
}
|
|
.icon-pattern-random-21:before {
|
|
content: '\6e';
|
|
}
|
|
.icon-pattern-random-15:before {
|
|
content: '\6f';
|
|
}
|
|
.icon-pattern-random-19:before {
|
|
content: '\70';
|
|
}
|
|
.icon-click-copy-icon:before {
|
|
content: '\71';
|
|
}
|
|
.icon-search-icon:before {
|
|
content: '\72';
|
|
}
|