|
1 | 1 | @font-face {
|
2 | 2 | font-family: 'icomoon';
|
3 |
| - src: url('fonts/icomoon.eot?ortu74'); |
4 |
| - src: url('fonts/icomoon.eot?ortu74#iefix') format('embedded-opentype'), |
5 |
| - url('fonts/icomoon.ttf?ortu74') format('truetype'), |
6 |
| - url('fonts/icomoon.woff?ortu74') format('woff'), |
7 |
| - url('fonts/icomoon.svg?ortu74#icomoon') format('svg'); |
| 3 | + src: url('fonts/icomoon.eot?qstr3k'); |
| 4 | + src: url('fonts/icomoon.eot?qstr3k#iefix') format('embedded-opentype'), |
| 5 | + url('fonts/icomoon.ttf?qstr3k') format('truetype'), |
| 6 | + url('fonts/icomoon.woff?qstr3k') format('woff'), |
| 7 | + url('fonts/icomoon.svg?qstr3k#icomoon') format('svg'); |
8 | 8 | font-weight: normal;
|
9 | 9 | font-style: normal;
|
10 | 10 | }
|
|
24 | 24 | -moz-osx-font-smoothing: grayscale;
|
25 | 25 | }
|
26 | 26 |
|
| 27 | +.icon-token:before { |
| 28 | + content: "\e9d2"; |
| 29 | +} |
| 30 | +.icon-change_size:before { |
| 31 | + content: "\e9d3"; |
| 32 | +} |
27 | 33 | .icon-add_crt:before {
|
28 | 34 | content: "\e9cf";
|
29 | 35 | }
|
|
159 | 165 | .icon-report_overview:before {
|
160 | 166 | content: "\e9ae";
|
161 | 167 | }
|
| 168 | +.icon-sutask:before { |
| 169 | + content: "\e965"; |
| 170 | +} |
| 171 | +.icon-baseline-arrow_drop_down:before { |
| 172 | + content: "\e966"; |
| 173 | +} |
| 174 | +.icon-baseline-arrow_drop_up:before { |
| 175 | + content: "\e967"; |
| 176 | +} |
| 177 | +.icon-baseline-arrow_left:before { |
| 178 | + content: "\e968"; |
| 179 | +} |
| 180 | +.icon-baseline-arrow_right:before { |
| 181 | + content: "\e969"; |
| 182 | +} |
| 183 | +.icon-baseline-link_off:before { |
| 184 | + content: "\e963"; |
| 185 | +} |
| 186 | +.icon-baseline-drag_indicator:before { |
| 187 | + content: "\e960"; |
| 188 | +} |
| 189 | +.icon-baseline-file_copy:before { |
| 190 | + content: "\e961"; |
| 191 | +} |
| 192 | +.icon-baseline-list_alt:before { |
| 193 | + content: "\e962"; |
| 194 | +} |
162 | 195 | .icon-test_execute:before {
|
163 | 196 | content: "\e9a8";
|
164 | 197 | }
|
|
420 | 453 | .icon-wait_circle:before {
|
421 | 454 | content: "\e949";
|
422 | 455 | }
|
423 |
| -.icon-sutask:before { |
424 |
| - content: "\e965"; |
425 |
| -} |
426 |
| -.icon-baseline-arrow_drop_down:before { |
427 |
| - content: "\e966"; |
428 |
| -} |
429 |
| -.icon-baseline-arrow_drop_up:before { |
430 |
| - content: "\e967"; |
431 |
| -} |
432 |
| -.icon-baseline-arrow_left:before { |
433 |
| - content: "\e968"; |
434 |
| -} |
435 |
| -.icon-baseline-arrow_right:before { |
436 |
| - content: "\e969"; |
437 |
| -} |
438 |
| -.icon-baseline-link_off:before { |
439 |
| - content: "\e963"; |
440 |
| -} |
441 |
| -.icon-baseline-drag_indicator:before { |
442 |
| - content: "\e960"; |
443 |
| -} |
444 |
| -.icon-baseline-file_copy:before { |
445 |
| - content: "\e961"; |
446 |
| -} |
447 |
| -.icon-baseline-list_alt:before { |
448 |
| - content: "\e962"; |
449 |
| -} |
450 | 456 | .icon-add_activity:before {
|
451 | 457 | content: "\e942";
|
452 | 458 | }
|
|
0 commit comments