docs-v2/assets/styles/tools/_icomoon.scss

135 lines
2.4 KiB
SCSS
Raw Normal View History

@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?kl9kq');
src: url('fonts/icomoon.eot?kl9kq#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?kl9kq') format('truetype'),
url('fonts/icomoon.woff?kl9kq') format('woff'),
url('fonts/icomoon.svg?kl9kq#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
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;
}
.icon-moon1:before {
content: "\e904";
}
.icon-sun1:before {
content: "\e906";
}
.icon-search:before {
content: "\e905";
}
.icon-influx-logo:before {
content: "\e900";
}
.icon-influx-logotype:before {
content: "\e901";
}
.icon-sun:before {
content: "\e902";
}
.icon-moon:before {
content: "\e903";
}
.icon-files-empty:before {
content: "\e925";
}
.icon-folder-download:before {
content: "\e933";
}
.icon-folder-upload:before {
content: "\e934";
}
.icon-map2:before {
content: "\e94c";
}
.icon-clock:before {
content: "\e94e";
}
.icon-download:before {
content: "\e960";
}
.icon-upload:before {
content: "\e961";
}
.icon-zoom-in:before {
content: "\e987";
}
.icon-zoom-out:before {
content: "\e988";
}
.icon-cog:before {
content: "\e994";
}
.icon-plus:before {
content: "\ea0a";
}
.icon-minus:before {
content: "\ea0b";
}
.icon-cancel-circle:before {
content: "\ea0d";
}
.icon-blocked:before {
content: "\ea0e";
}
.icon-cross:before {
content: "\ea0f";
}
.icon-checkmark:before {
content: "\ea10";
}
.icon-checkmark2:before {
content: "\ea11";
}
.icon-arrow-up-left2:before {
content: "\ea39";
}
.icon-arrow-up2:before {
content: "\ea3a";
}
.icon-arrow-up-right2:before {
content: "\ea3b";
}
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-down-right2:before {
content: "\ea3d";
}
.icon-arrow-down2:before {
content: "\ea3e";
}
.icon-arrow-down-left2:before {
content: "\ea3f";
}
.icon-arrow-left2:before {
content: "\ea40";
}
.icon-new-tab:before {
content: "\ea7e";
}
.icon-tux:before {
content: "\eabd";
}
.icon-appleinc:before {
content: "\eabe";
}
.icon-windows8:before {
content: "\eac2";
}