34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
|
@import "mixins";
|
||
|
|
||
|
@iconfont_path: "~/assets/fonts/";
|
||
|
@iconfont_version: 1;
|
||
|
|
||
|
|
||
|
@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'; } /* '' */
|
||
|
.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'; } /* '' */
|
||
|
.icon-arrow-left:before { content: '\f3d2'; } /* '' */
|
||
|
.icon-arrow-right:before { content: '\f3d3'; } /* '' */
|
||
|
.icon-color-wand:before { content: '\f416'; } /* '' */
|
||
|
.icon-navigate:before { content: '\f46e'; } /* '' */
|