2022-02-23 08:41:30 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'icon';
|
2022-08-30 15:17:14 +02:00
|
|
|
src: url('/font/icon.eot?41426785');
|
|
|
|
src: url('/font/icon.eot?41426785#iefix') format('embedded-opentype'),
|
|
|
|
url('/font/icon.woff2?41426785') format('woff2'),
|
|
|
|
url('/font/icon.woff?41426785') format('woff'),
|
|
|
|
url('/font/icon.ttf?41426785') format('truetype'),
|
|
|
|
url('/font/icon.svg?41426785#icon') format('svg');
|
2022-02-23 08:41:30 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
|
|
font-family: "icon";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: inherit;
|
|
|
|
width: 1em;
|
|
|
|
margin-right: .2em;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
|
|
|
|
line-height: 1em;
|
|
|
|
|
|
|
|
margin-left: .2em;
|
|
|
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-plus:before { content: '\e800'; } /* '' */
|
|
|
|
.icon-user:before { content: '\e801'; } /* '' */
|
|
|
|
.icon-search:before { content: '\e802'; } /* '' */
|
|
|
|
.icon-mail:before { content: '\e803'; } /* '' */
|
|
|
|
.icon-link:before { content: '\e804'; } /* '' */
|
2022-02-23 14:13:19 +01:00
|
|
|
.icon-heart:before { content: '\e805'; } /* '' */
|
|
|
|
.icon-eye:before { content: '\e806'; } /* '' */
|
2022-03-03 17:03:18 +01:00
|
|
|
.icon-left-open:before { content: '\e807'; } /* '' */
|
|
|
|
.icon-right-open:before { content: '\e808'; } /* '' */
|
2022-03-04 16:33:45 +01:00
|
|
|
.icon-export:before { content: '\e809'; } /* '' */
|
2022-08-30 15:17:14 +02:00
|
|
|
.icon-refresh:before { content: '\e80a'; } /* '' */
|
2022-02-23 08:41:30 +01:00
|
|
|
.icon-spin:before { content: '\e839'; } /* '' */
|
|
|
|
.icon-link-ext:before { content: '\f08e'; } /* '' */
|
2022-03-01 16:09:46 +01:00
|
|
|
.icon-sun:before { content: '\f185'; } /* '' */
|
|
|
|
.icon-moon:before { content: '\f186'; } /* '' */
|
2022-03-06 14:38:26 +01:00
|
|
|
.icon-share:before { content: '\f1e0'; } /* '' */
|
2022-02-23 08:41:30 +01:00
|
|
|
.icon-trash:before { content: '\f1f8'; } /* '' */
|
2022-02-23 14:13:19 +01:00
|
|
|
.icon-blind:before { content: '\f29d'; } /* '' */
|
2022-02-23 08:41:30 +01:00
|
|
|
|
|
|
|
.animate-spin {
|
|
|
|
animation: spin 2s infinite linear;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
@keyframes spin {
|
|
|
|
0% {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
transform: rotate(359deg);
|
|
|
|
}
|
2022-03-04 19:02:04 +01:00
|
|
|
}
|