123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- @charset "UTF-8";
- @font-face {
- font-family: "yii-debug";
- src:url("fonts/yii-debug.eot");
- src:url("fonts/yii-debug.eot?#iefix") format("embedded-opentype"),
- url("fonts/yii-debug.ttf") format("truetype"),
- url("fonts/yii-debug.svg#yii-debug") format("svg"),
- url("fonts/yii-debug.woff") format("woff");
- font-weight: normal;
- font-style: normal;
- }
- [data-icon]:before {
- font-family: "yii-debug" !important;
- content: attr(data-icon);
- font-style: normal !important;
- font-weight: normal !important;
- font-variant: normal !important;
- text-transform: none !important;
- speak: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- [class^="icon-"]:before,
- [class*=" icon-"]:before {
- font-family: "yii-debug" !important;
- font-style: normal !important;
- font-weight: normal !important;
- font-variant: normal !important;
- text-transform: none !important;
- speak: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-arrow-cycle:before {
- content: "c";
- }
- .icon-arrow-down:before {
- content: "d";
- }
- .icon-arrow-right:before {
- content: "f";
- }
- .icon-arrow-up-thin:before {
- content: "g";
- }
- .icon-arrow-left-thin:before {
- content: "e";
- }
- .icon-cross:before {
- content: "h";
- }
- .icon-coins:before {
- content: "i";
- }
- .icon-block-menu:before {
- content: "j";
- }
- .icon-settings:before {
- content: "k";
- }
- .icon-eye:before {
- content: "l";
- }
- .icon-female-symbol:before {
- content: "m";
- }
- .icon-hdd-raid:before {
- content: "n";
- }
- .icon-bolt:before {
- content: "o";
- }
- .icon-stopwatch:before {
- content: "a";
- }
- .icon-gauge:before {
- content: "b";
- }
- .icon-chart-line:before {
- content: "p";
- }
- .icon-down-open-mini:before {
- content: "q";
- }
- .icon-up-open-mini:before {
- content: "r";
- }
- .icon-locked:before {
- content: "z";
- }
- .icon-content-44:before {
- content: "s";
- }
- .icon-right-open-mini:before {
- content: "t";
- }
- .icon-left-open-mini:before {
- content: "u";
- }
|