2021-11-05 23:34:00 +00:00
|
|
|
@import "variables";
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: '#{$icomoon-font-family}';
|
2023-01-10 23:30:11 +00:00
|
|
|
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?4egyec');
|
|
|
|
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?4egyec#iefix') format('embedded-opentype'),
|
|
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff2?4egyec') format('woff2'),
|
|
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?4egyec') format('truetype'),
|
|
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?4egyec') format('woff'),
|
|
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?4egyec##{$icomoon-font-family}') format('svg');
|
2021-11-05 23:34:00 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class^="i-"], [class*=" i-"] {
|
|
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
|
|
font-family: '#{$icomoon-font-family}' !important;
|
|
|
|
speak: never;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
|
|
|
|
|
|
|
/* Better Font Rendering =========== */
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
|
|
|
/* own changes */
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.i-fw {
|
|
|
|
width: 1.25em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.i-2x {
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.i-3x {
|
|
|
|
font-size: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.i-4x {
|
|
|
|
font-size: 4em;
|
|
|
|
}
|
|
|
|
|
2023-01-10 23:30:11 +00:00
|
|
|
.i-linkedin {
|
|
|
|
&:before {
|
|
|
|
content: $i-linkedin;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.i-xing {
|
|
|
|
&:before {
|
|
|
|
content: $i-xing;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-peertube {
|
|
|
|
&:before {
|
|
|
|
content: $i-peertube;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-network-wired {
|
|
|
|
&:before {
|
|
|
|
content: $i-network-wired;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-money-bill {
|
|
|
|
&:before {
|
|
|
|
content: $i-money-bill;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-chart-line {
|
|
|
|
&:before {
|
|
|
|
content: $i-chart-line;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-info-circle {
|
|
|
|
&:before {
|
|
|
|
content: $i-info-circle;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-code {
|
|
|
|
&:before {
|
|
|
|
content: $i-code;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-xmpp {
|
|
|
|
&:before {
|
|
|
|
content: $i-xmpp;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-wifi {
|
|
|
|
&:before {
|
|
|
|
content: $i-wifi;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-youtube {
|
|
|
|
&:before {
|
|
|
|
content: $i-youtube;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-twitter {
|
|
|
|
&:before {
|
|
|
|
content: $i-twitter;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-threema {
|
|
|
|
&:before {
|
|
|
|
content: $i-threema;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-stackoverflow {
|
|
|
|
&:before {
|
|
|
|
content: $i-stackoverflow;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-search {
|
|
|
|
&:before {
|
|
|
|
content: $i-search;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-mastodon {
|
|
|
|
&:before {
|
|
|
|
content: $i-mastodon;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-hand-holding-heart {
|
|
|
|
&:before {
|
|
|
|
content: $i-hand-holding-heart;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-github {
|
|
|
|
&:before {
|
|
|
|
content: $i-github;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-gitea {
|
|
|
|
&:before {
|
|
|
|
content: $i-gitea;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-firefox {
|
|
|
|
&:before {
|
|
|
|
content: $i-firefox;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-copyright {
|
|
|
|
&:before {
|
|
|
|
content: $i-copyright;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-book {
|
|
|
|
&:before {
|
|
|
|
content: $i-book;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-matrix {
|
|
|
|
&:before {
|
|
|
|
content: $i-matrix;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
|
|
|
.i-pixelfed {
|
|
|
|
&:before {
|
|
|
|
content: $i-pixelfed;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-server {
|
|
|
|
&:before {
|
|
|
|
content: $i-server;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-credit-card {
|
|
|
|
&:before {
|
|
|
|
content: $i-credit-card;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-external-link {
|
|
|
|
&:before {
|
|
|
|
content: $i-external-link;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-heart {
|
|
|
|
&:before {
|
|
|
|
content: $i-heart;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-home {
|
|
|
|
&:before {
|
|
|
|
content: $i-home;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-tags {
|
|
|
|
&:before {
|
|
|
|
content: $i-tags;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-comments {
|
|
|
|
&:before {
|
|
|
|
content: $i-comments;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-users {
|
|
|
|
&:before {
|
|
|
|
content: $i-users;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-bars {
|
|
|
|
&:before {
|
|
|
|
content: $i-bars;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-envelope {
|
|
|
|
&:before {
|
|
|
|
content: $i-envelope;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-language {
|
|
|
|
&:before {
|
|
|
|
content: $i-language;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-user-secret {
|
|
|
|
&:before {
|
|
|
|
content: $i-user-secret;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-heartbeat {
|
|
|
|
&:before {
|
|
|
|
content: $i-heartbeat;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
.i-commenting {
|
|
|
|
&:before {
|
|
|
|
content: $i-commenting;
|
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|