56 lines
2.4 KiB
Plaintext
56 lines
2.4 KiB
Plaintext
@import "mixins";
|
|
|
|
@iconfont_path: "fonts/";
|
|
@iconfont_version: 4;
|
|
|
|
|
|
@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-user:before { content: '\e801'; } /* '' */
|
|
.icon-key:before { content: '\e802'; } /* '' */
|
|
.icon-cog:before { content: '\e803'; } /* '' */
|
|
.icon-pencil:before { content: '\e804'; } /* '' */
|
|
.icon-eye-off:before { content: '\e805'; } /* '' */
|
|
.icon-cancel:before { content: '\e806'; } /* '' */
|
|
.icon-ok:before { content: '\e807'; } /* '' */
|
|
.icon-trash-empty:before { content: '\e808'; } /* '' */
|
|
.icon-docs:before { content: '\f0c5'; } /* '' */
|
|
.icon-menu:before { content: '\f0c9'; } /* '' */
|
|
.icon-angle-left:before { content: '\f104'; } /* '' */
|
|
.icon-angle-right:before { content: '\f105'; } /* '' */
|
|
.icon-angle-up:before { content: '\f106'; } /* '' */
|
|
.icon-angle-down:before { content: '\f107'; } /* '' */
|
|
.icon-chatbox:before { content: '\f11b'; } /* '' */
|
|
.icon-document-text:before { content: '\f12e'; } /* '' */
|
|
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
|
|
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
|
|
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
|
|
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
|
|
.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-world:before { content: '\f4d3'; } /* '' */
|
|
.icon-cube:before { content: '\f318'; } /* '' */
|
|
.icon-compass:before { content: '\f37c'; } /* '' */
|
|
.icon-arrow-down:before { content: '\f3d0'; } /* '' */
|
|
.icon-arrow-left:before { content: '\f3d2'; } /* '' */
|
|
.icon-arrow-right:before { content: '\f3d3'; } /* '' */
|
|
.icon-arrow-up:before { content: '\f3d8'; } /* '' */
|
|
.icon-color-wand:before { content: '\f416'; } /* '' */
|
|
.icon-navigate:before { content: '\f46e'; } /* '' */
|
|
.icon-videocamera:before { content: '\f256'; } /* '' */
|
|
.icon-stats-bars:before { content: '\f2b5'; } /* '' */ |