2017-08-29 17:26:45 +02:00
|
|
|
@import "mixins";
|
|
|
|
|
|
|
|
@iconfont_path: "~/assets/fonts/";
|
2017-08-29 20:58:39 +02:00
|
|
|
@iconfont_version: 2;
|
2017-08-29 17:26:45 +02:00
|
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "iconfont";
|
|
|
|
.fontPath(@iconfont_path, "iconfont", @iconfont_version);
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon:before {
|
|
|
|
.iconStyles("iconfont");
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-search:before { content: '\e800'; } /* '' */
|
2017-08-29 20:58:39 +02:00
|
|
|
.icon-user:before { content: '\e801'; } /* '' */
|
|
|
|
.icon-key:before { content: '\e802'; } /* '' */
|
2017-08-29 17:26:45 +02:00
|
|
|
.icon-menu:before { content: '\f0c9'; } /* '' */
|
|
|
|
.icon-chatbox:before { content: '\f11b'; } /* '' */
|
|
|
|
.icon-document-text:before { content: '\f12e'; } /* '' */
|
|
|
|
.icon-gear:before { content: '\f13d'; } /* '' */
|
|
|
|
.icon-images:before { content: '\f148'; } /* '' */
|
|
|
|
.icon-log-out:before { content: '\f29f'; } /* '' */
|
|
|
|
.icon-pie-graph:before { content: '\f2a5'; } /* '' */
|
|
|
|
.icon-paper-airplane:before { content: '\f2c3'; } /* '' */
|
|
|
|
.icon-contacts:before { content: '\f2d9'; } /* '' */
|
|
|
|
.icon-cube:before { content: '\f318'; } /* '' */
|
|
|
|
.icon-compass:before { content: '\f37c'; } /* '' */
|
2017-08-29 20:58:39 +02:00
|
|
|
.icon-arrow-down:before { content: '\f3d0'; } /* '' */
|
2017-08-29 17:26:45 +02:00
|
|
|
.icon-arrow-left:before { content: '\f3d2'; } /* '' */
|
|
|
|
.icon-arrow-right:before { content: '\f3d3'; } /* '' */
|
2017-08-29 20:58:39 +02:00
|
|
|
.icon-arrow-up:before { content: '\f3d8'; } /* '' */
|
2017-08-29 17:26:45 +02:00
|
|
|
.icon-color-wand:before { content: '\f416'; } /* '' */
|
|
|
|
.icon-navigate:before { content: '\f46e'; } /* '' */
|