2021-11-05 23:34:00 +00:00
|
|
|
@import "variables";
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: '#{$icomoon-font-family}';
|
2023-07-14 23:09:28 +00:00
|
|
|
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?2zy46l');
|
|
|
|
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?2zy46l#iefix') format('embedded-opentype'),
|
|
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff2?2zy46l') format('woff2'),
|
|
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?2zy46l') format('woff'),
|
|
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?2zy46l') format('truetype'),
|
|
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?2zy46l##{$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;
|
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
/* Enable Ligatures ================ */
|
|
|
|
letter-spacing: 0;
|
|
|
|
-webkit-font-feature-settings: "liga";
|
|
|
|
-moz-font-feature-settings: "liga=1";
|
|
|
|
-moz-font-feature-settings: "liga";
|
|
|
|
-ms-font-feature-settings: "liga" 1;
|
|
|
|
font-feature-settings: "liga";
|
|
|
|
-webkit-font-variant-ligatures: discretionary-ligatures;
|
|
|
|
font-variant-ligatures: discretionary-ligatures;
|
|
|
|
|
2021-11-05 23:34:00 +00:00
|
|
|
/* 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-07-14 23:09:28 +00:00
|
|
|
.i-cloud-download {
|
2023-01-10 23:30:11 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-cloud-download;
|
2023-01-10 23:30:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-pencil-square {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-pencil-square;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-pixelfed {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-pixelfed;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-server {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-server;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-credit-card {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-credit-card;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-external-link {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-external-link;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-heart {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-heart;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-home {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-home;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-tags {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-tags;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-comments {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-comments;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-users {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-users;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-bars {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-bars;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-envelope {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-envelope;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-user-secret {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-user-secret;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-heartbeat {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-heartbeat;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-commenting {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-commenting;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-linkedin {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-linkedin;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-xing {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-xing;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-peertube {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-peertube;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-network-wired {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-network-wired;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-money-bill {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-money-bill;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-chart-line {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-chart-line;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-info-circle {
|
2023-01-10 23:30:11 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-info-circle;
|
2023-01-10 23:30:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-code {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-code;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-xmpp {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-xmpp;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-wifi {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-wifi;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-threema {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-threema;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-stackoverflow {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-stackoverflow;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-search {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-search;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-mastodon {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-mastodon;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-hand-holding-heart {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-hand-holding-heart;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-github {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-github;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-firefox {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-firefox;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-copyright {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-copyright;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-book {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-book;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-matrix {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-matrix;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|
2023-07-14 23:09:28 +00:00
|
|
|
.i-git {
|
2021-11-05 23:34:00 +00:00
|
|
|
&:before {
|
2023-07-14 23:09:28 +00:00
|
|
|
content: $i-git;
|
2021-11-05 23:34:00 +00:00
|
|
|
}
|
|
|
|
}
|
2023-01-10 23:30:11 +00:00
|
|
|
|