1 | @font-face {
|
---|
2 | font-family: 'primeicons';
|
---|
3 | font-display: block;
|
---|
4 | src: url('./fonts/primeicons.eot');
|
---|
5 | src: url('./fonts/primeicons.eot?#iefix') format('embedded-opentype'), url('./fonts/primeicons.ttf') format('truetype'), url('./fonts/primeicons.woff') format('woff'), url('./fonts/primeicons.svg?#primeicons') format('svg');
|
---|
6 | font-weight: normal;
|
---|
7 | font-style: normal;
|
---|
8 | }
|
---|
9 |
|
---|
10 | .pi {
|
---|
11 | font-family: 'primeicons';
|
---|
12 | speak: none;
|
---|
13 | font-style: normal;
|
---|
14 | font-weight: normal;
|
---|
15 | font-variant: normal;
|
---|
16 | text-transform: none;
|
---|
17 | line-height: 1;
|
---|
18 | display: inline-block;
|
---|
19 | -webkit-font-smoothing: antialiased;
|
---|
20 | -moz-osx-font-smoothing: grayscale;
|
---|
21 | }
|
---|
22 |
|
---|
23 | .pi:before {
|
---|
24 | --webkit-backface-visibility:hidden;
|
---|
25 | backface-visibility: hidden;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .pi-fw {
|
---|
29 | width: 1.28571429em;
|
---|
30 | text-align: center;
|
---|
31 | }
|
---|
32 |
|
---|
33 | .pi-spin {
|
---|
34 | -webkit-animation: fa-spin 2s infinite linear;
|
---|
35 | animation: fa-spin 2s infinite linear;
|
---|
36 | }
|
---|
37 |
|
---|
38 | @-webkit-keyframes fa-spin {
|
---|
39 | 0% {
|
---|
40 | -webkit-transform: rotate(0deg);
|
---|
41 | transform: rotate(0deg);
|
---|
42 | }
|
---|
43 | 100% {
|
---|
44 | -webkit-transform: rotate(359deg);
|
---|
45 | transform: rotate(359deg);
|
---|
46 | }
|
---|
47 | }
|
---|
48 |
|
---|
49 | @keyframes fa-spin {
|
---|
50 | 0% {
|
---|
51 | -webkit-transform: rotate(0deg);
|
---|
52 | transform: rotate(0deg);
|
---|
53 | }
|
---|
54 | 100% {
|
---|
55 | -webkit-transform: rotate(359deg);
|
---|
56 | transform: rotate(359deg);
|
---|
57 | }
|
---|
58 | }
|
---|
59 |
|
---|
60 | .pi-sort-alt-slash:before {
|
---|
61 | content: "\e9ee";
|
---|
62 | }
|
---|
63 |
|
---|
64 | .pi-arrows-h:before {
|
---|
65 | content: "\e9ec";
|
---|
66 | }
|
---|
67 |
|
---|
68 | .pi-arrows-v:before {
|
---|
69 | content: "\e9ed";
|
---|
70 | }
|
---|
71 |
|
---|
72 | .pi-pound:before {
|
---|
73 | content: "\e9eb";
|
---|
74 | }
|
---|
75 |
|
---|
76 | .pi-prime:before {
|
---|
77 | content: "\e9ea";
|
---|
78 | }
|
---|
79 |
|
---|
80 | .pi-chart-pie:before {
|
---|
81 | content: "\e9e9";
|
---|
82 | }
|
---|
83 |
|
---|
84 | .pi-reddit:before {
|
---|
85 | content: "\e9e8";
|
---|
86 | }
|
---|
87 |
|
---|
88 | .pi-code:before {
|
---|
89 | content: "\e9e7";
|
---|
90 | }
|
---|
91 |
|
---|
92 | .pi-sync:before {
|
---|
93 | content: "\e9e6";
|
---|
94 | }
|
---|
95 |
|
---|
96 | .pi-shopping-bag:before {
|
---|
97 | content: "\e9e5";
|
---|
98 | }
|
---|
99 |
|
---|
100 | .pi-server:before {
|
---|
101 | content: "\e9e4";
|
---|
102 | }
|
---|
103 |
|
---|
104 | .pi-database:before {
|
---|
105 | content: "\e9e3";
|
---|
106 | }
|
---|
107 |
|
---|
108 | .pi-hashtag:before {
|
---|
109 | content: "\e9e2";
|
---|
110 | }
|
---|
111 |
|
---|
112 | .pi-bookmark-fill:before {
|
---|
113 | content: "\e9df";
|
---|
114 | }
|
---|
115 |
|
---|
116 | .pi-filter-fill:before {
|
---|
117 | content: "\e9e0";
|
---|
118 | }
|
---|
119 |
|
---|
120 | .pi-heart-fill:before {
|
---|
121 | content: "\e9e1";
|
---|
122 | }
|
---|
123 |
|
---|
124 | .pi-flag-fill:before {
|
---|
125 | content: "\e9de";
|
---|
126 | }
|
---|
127 |
|
---|
128 | .pi-circle:before {
|
---|
129 | content: "\e9dc";
|
---|
130 | }
|
---|
131 |
|
---|
132 | .pi-circle-fill:before {
|
---|
133 | content: "\e9dd";
|
---|
134 | }
|
---|
135 |
|
---|
136 | .pi-bolt:before {
|
---|
137 | content: "\e9db";
|
---|
138 | }
|
---|
139 |
|
---|
140 | .pi-history:before {
|
---|
141 | content: "\e9da";
|
---|
142 | }
|
---|
143 |
|
---|
144 | .pi-box:before {
|
---|
145 | content: "\e9d9";
|
---|
146 | }
|
---|
147 |
|
---|
148 | .pi-at:before {
|
---|
149 | content: "\e9d8";
|
---|
150 | }
|
---|
151 |
|
---|
152 | .pi-arrow-up-right:before {
|
---|
153 | content: "\e9d4";
|
---|
154 | }
|
---|
155 |
|
---|
156 | .pi-arrow-up-left:before {
|
---|
157 | content: "\e9d5";
|
---|
158 | }
|
---|
159 |
|
---|
160 | .pi-arrow-down-left:before {
|
---|
161 | content: "\e9d6";
|
---|
162 | }
|
---|
163 |
|
---|
164 | .pi-arrow-down-right:before {
|
---|
165 | content: "\e9d7";
|
---|
166 | }
|
---|
167 |
|
---|
168 | .pi-telegram:before {
|
---|
169 | content: "\e9d3";
|
---|
170 | }
|
---|
171 |
|
---|
172 | .pi-stop-circle:before {
|
---|
173 | content: "\e9d2";
|
---|
174 | }
|
---|
175 |
|
---|
176 | .pi-stop:before {
|
---|
177 | content: "\e9d1";
|
---|
178 | }
|
---|
179 |
|
---|
180 | .pi-whatsapp:before {
|
---|
181 | content: "\e9d0";
|
---|
182 | }
|
---|
183 |
|
---|
184 | .pi-building:before {
|
---|
185 | content: "\e9cf";
|
---|
186 | }
|
---|
187 |
|
---|
188 | .pi-qrcode:before {
|
---|
189 | content: "\e9ce";
|
---|
190 | }
|
---|
191 |
|
---|
192 | .pi-car:before {
|
---|
193 | content: "\e9cd";
|
---|
194 | }
|
---|
195 |
|
---|
196 | .pi-instagram:before {
|
---|
197 | content: "\e9cc";
|
---|
198 | }
|
---|
199 |
|
---|
200 | .pi-linkedin:before {
|
---|
201 | content: "\e9cb";
|
---|
202 | }
|
---|
203 |
|
---|
204 | .pi-send:before {
|
---|
205 | content: "\e9ca";
|
---|
206 | }
|
---|
207 |
|
---|
208 | .pi-slack:before {
|
---|
209 | content: "\e9c9";
|
---|
210 | }
|
---|
211 |
|
---|
212 | .pi-sun:before {
|
---|
213 | content: "\e9c8";
|
---|
214 | }
|
---|
215 |
|
---|
216 | .pi-moon:before {
|
---|
217 | content: "\e9c7";
|
---|
218 | }
|
---|
219 |
|
---|
220 | .pi-vimeo:before {
|
---|
221 | content: "\e9c6";
|
---|
222 | }
|
---|
223 |
|
---|
224 | .pi-youtube:before {
|
---|
225 | content: "\e9c5";
|
---|
226 | }
|
---|
227 |
|
---|
228 | .pi-flag:before {
|
---|
229 | content: "\e9c4";
|
---|
230 | }
|
---|
231 |
|
---|
232 | .pi-wallet:before {
|
---|
233 | content: "\e9c3";
|
---|
234 | }
|
---|
235 |
|
---|
236 | .pi-map:before {
|
---|
237 | content: "\e9c2";
|
---|
238 | }
|
---|
239 |
|
---|
240 | .pi-link:before {
|
---|
241 | content: "\e9c1";
|
---|
242 | }
|
---|
243 |
|
---|
244 | .pi-credit-card:before {
|
---|
245 | content: "\e9bf";
|
---|
246 | }
|
---|
247 |
|
---|
248 | .pi-discord:before {
|
---|
249 | content: "\e9c0";
|
---|
250 | }
|
---|
251 |
|
---|
252 | .pi-percentage:before {
|
---|
253 | content: "\e9be";
|
---|
254 | }
|
---|
255 |
|
---|
256 | .pi-euro:before {
|
---|
257 | content: "\e9bd";
|
---|
258 | }
|
---|
259 |
|
---|
260 | .pi-book:before {
|
---|
261 | content: "\e9ba";
|
---|
262 | }
|
---|
263 |
|
---|
264 | .pi-shield:before {
|
---|
265 | content: "\e9b9";
|
---|
266 | }
|
---|
267 |
|
---|
268 | .pi-paypal:before {
|
---|
269 | content: "\e9bb";
|
---|
270 | }
|
---|
271 |
|
---|
272 | .pi-amazon:before {
|
---|
273 | content: "\e9bc";
|
---|
274 | }
|
---|
275 |
|
---|
276 | .pi-phone:before {
|
---|
277 | content: "\e9b8";
|
---|
278 | }
|
---|
279 |
|
---|
280 | .pi-filter-slash:before {
|
---|
281 | content: "\e9b7";
|
---|
282 | }
|
---|
283 |
|
---|
284 | .pi-facebook:before {
|
---|
285 | content: "\e9b4";
|
---|
286 | }
|
---|
287 |
|
---|
288 | .pi-github:before {
|
---|
289 | content: "\e9b5";
|
---|
290 | }
|
---|
291 |
|
---|
292 | .pi-twitter:before {
|
---|
293 | content: "\e9b6";
|
---|
294 | }
|
---|
295 |
|
---|
296 | .pi-step-backward-alt:before {
|
---|
297 | content: "\e9ac";
|
---|
298 | }
|
---|
299 |
|
---|
300 | .pi-step-forward-alt:before {
|
---|
301 | content: "\e9ad";
|
---|
302 | }
|
---|
303 |
|
---|
304 | .pi-forward:before {
|
---|
305 | content: "\e9ae";
|
---|
306 | }
|
---|
307 |
|
---|
308 | .pi-backward:before {
|
---|
309 | content: "\e9af";
|
---|
310 | }
|
---|
311 |
|
---|
312 | .pi-fast-backward:before {
|
---|
313 | content: "\e9b0";
|
---|
314 | }
|
---|
315 |
|
---|
316 | .pi-fast-forward:before {
|
---|
317 | content: "\e9b1";
|
---|
318 | }
|
---|
319 |
|
---|
320 | .pi-pause:before {
|
---|
321 | content: "\e9b2";
|
---|
322 | }
|
---|
323 |
|
---|
324 | .pi-play:before {
|
---|
325 | content: "\e9b3";
|
---|
326 | }
|
---|
327 |
|
---|
328 | .pi-compass:before {
|
---|
329 | content: "\e9ab";
|
---|
330 | }
|
---|
331 |
|
---|
332 | .pi-id-card:before {
|
---|
333 | content: "\e9aa";
|
---|
334 | }
|
---|
335 |
|
---|
336 | .pi-ticket:before {
|
---|
337 | content: "\e9a9";
|
---|
338 | }
|
---|
339 |
|
---|
340 | .pi-file-o:before {
|
---|
341 | content: "\e9a8";
|
---|
342 | }
|
---|
343 |
|
---|
344 | .pi-reply:before {
|
---|
345 | content: "\e9a7";
|
---|
346 | }
|
---|
347 |
|
---|
348 | .pi-directions-alt:before {
|
---|
349 | content: "\e9a5";
|
---|
350 | }
|
---|
351 |
|
---|
352 | .pi-directions:before {
|
---|
353 | content: "\e9a6";
|
---|
354 | }
|
---|
355 |
|
---|
356 | .pi-thumbs-up:before {
|
---|
357 | content: "\e9a3";
|
---|
358 | }
|
---|
359 |
|
---|
360 | .pi-thumbs-down:before {
|
---|
361 | content: "\e9a4";
|
---|
362 | }
|
---|
363 |
|
---|
364 | .pi-sort-numeric-down-alt:before {
|
---|
365 | content: "\e996";
|
---|
366 | }
|
---|
367 |
|
---|
368 | .pi-sort-numeric-up-alt:before {
|
---|
369 | content: "\e997";
|
---|
370 | }
|
---|
371 |
|
---|
372 | .pi-sort-alpha-down-alt:before {
|
---|
373 | content: "\e998";
|
---|
374 | }
|
---|
375 |
|
---|
376 | .pi-sort-alpha-up-alt:before {
|
---|
377 | content: "\e999";
|
---|
378 | }
|
---|
379 |
|
---|
380 | .pi-sort-numeric-down:before {
|
---|
381 | content: "\e99a";
|
---|
382 | }
|
---|
383 |
|
---|
384 | .pi-sort-numeric-up:before {
|
---|
385 | content: "\e99b";
|
---|
386 | }
|
---|
387 |
|
---|
388 | .pi-sort-alpha-down:before {
|
---|
389 | content: "\e99c";
|
---|
390 | }
|
---|
391 |
|
---|
392 | .pi-sort-alpha-up:before {
|
---|
393 | content: "\e99d";
|
---|
394 | }
|
---|
395 |
|
---|
396 | .pi-sort-alt:before {
|
---|
397 | content: "\e99e";
|
---|
398 | }
|
---|
399 |
|
---|
400 | .pi-sort-amount-up:before {
|
---|
401 | content: "\e99f";
|
---|
402 | }
|
---|
403 |
|
---|
404 | .pi-sort-amount-down:before {
|
---|
405 | content: "\e9a0";
|
---|
406 | }
|
---|
407 |
|
---|
408 | .pi-sort-amount-down-alt:before {
|
---|
409 | content: "\e9a1";
|
---|
410 | }
|
---|
411 |
|
---|
412 | .pi-sort-amount-up-alt:before {
|
---|
413 | content: "\e9a2";
|
---|
414 | }
|
---|
415 |
|
---|
416 | .pi-palette:before {
|
---|
417 | content: "\e995";
|
---|
418 | }
|
---|
419 |
|
---|
420 | .pi-undo:before {
|
---|
421 | content: "\e994";
|
---|
422 | }
|
---|
423 |
|
---|
424 | .pi-desktop:before {
|
---|
425 | content: "\e993";
|
---|
426 | }
|
---|
427 |
|
---|
428 | .pi-sliders-v:before {
|
---|
429 | content: "\e991";
|
---|
430 | }
|
---|
431 |
|
---|
432 | .pi-sliders-h:before {
|
---|
433 | content: "\e992";
|
---|
434 | }
|
---|
435 |
|
---|
436 | .pi-search-plus:before {
|
---|
437 | content: "\e98f";
|
---|
438 | }
|
---|
439 |
|
---|
440 | .pi-search-minus:before {
|
---|
441 | content: "\e990";
|
---|
442 | }
|
---|
443 |
|
---|
444 | .pi-file-excel:before {
|
---|
445 | content: "\e98e";
|
---|
446 | }
|
---|
447 |
|
---|
448 | .pi-file-pdf:before {
|
---|
449 | content: "\e98d";
|
---|
450 | }
|
---|
451 |
|
---|
452 | .pi-check-square:before {
|
---|
453 | content: "\e98c";
|
---|
454 | }
|
---|
455 |
|
---|
456 | .pi-chart-line:before {
|
---|
457 | content: "\e98b";
|
---|
458 | }
|
---|
459 |
|
---|
460 | .pi-user-edit:before {
|
---|
461 | content: "\e98a";
|
---|
462 | }
|
---|
463 |
|
---|
464 | .pi-exclamation-circle:before {
|
---|
465 | content: "\e989";
|
---|
466 | }
|
---|
467 |
|
---|
468 | .pi-android:before {
|
---|
469 | content: "\e985";
|
---|
470 | }
|
---|
471 |
|
---|
472 | .pi-google:before {
|
---|
473 | content: "\e986";
|
---|
474 | }
|
---|
475 |
|
---|
476 | .pi-apple:before {
|
---|
477 | content: "\e987";
|
---|
478 | }
|
---|
479 |
|
---|
480 | .pi-microsoft:before {
|
---|
481 | content: "\e988";
|
---|
482 | }
|
---|
483 |
|
---|
484 | .pi-heart:before {
|
---|
485 | content: "\e984";
|
---|
486 | }
|
---|
487 |
|
---|
488 | .pi-mobile:before {
|
---|
489 | content: "\e982";
|
---|
490 | }
|
---|
491 |
|
---|
492 | .pi-tablet:before {
|
---|
493 | content: "\e983";
|
---|
494 | }
|
---|
495 |
|
---|
496 | .pi-key:before {
|
---|
497 | content: "\e981";
|
---|
498 | }
|
---|
499 |
|
---|
500 | .pi-shopping-cart:before {
|
---|
501 | content: "\e980";
|
---|
502 | }
|
---|
503 |
|
---|
504 | .pi-comments:before {
|
---|
505 | content: "\e97e";
|
---|
506 | }
|
---|
507 |
|
---|
508 | .pi-comment:before {
|
---|
509 | content: "\e97f";
|
---|
510 | }
|
---|
511 |
|
---|
512 | .pi-briefcase:before {
|
---|
513 | content: "\e97d";
|
---|
514 | }
|
---|
515 |
|
---|
516 | .pi-bell:before {
|
---|
517 | content: "\e97c";
|
---|
518 | }
|
---|
519 |
|
---|
520 | .pi-paperclip:before {
|
---|
521 | content: "\e97b";
|
---|
522 | }
|
---|
523 |
|
---|
524 | .pi-share-alt:before {
|
---|
525 | content: "\e97a";
|
---|
526 | }
|
---|
527 |
|
---|
528 | .pi-envelope:before {
|
---|
529 | content: "\e979";
|
---|
530 | }
|
---|
531 |
|
---|
532 | .pi-volume-down:before {
|
---|
533 | content: "\e976";
|
---|
534 | }
|
---|
535 |
|
---|
536 | .pi-volume-up:before {
|
---|
537 | content: "\e977";
|
---|
538 | }
|
---|
539 |
|
---|
540 | .pi-volume-off:before {
|
---|
541 | content: "\e978";
|
---|
542 | }
|
---|
543 |
|
---|
544 | .pi-eject:before {
|
---|
545 | content: "\e975";
|
---|
546 | }
|
---|
547 |
|
---|
548 | .pi-money-bill:before {
|
---|
549 | content: "\e974";
|
---|
550 | }
|
---|
551 |
|
---|
552 | .pi-images:before {
|
---|
553 | content: "\e973";
|
---|
554 | }
|
---|
555 |
|
---|
556 | .pi-image:before {
|
---|
557 | content: "\e972";
|
---|
558 | }
|
---|
559 |
|
---|
560 | .pi-sign-in:before {
|
---|
561 | content: "\e970";
|
---|
562 | }
|
---|
563 |
|
---|
564 | .pi-sign-out:before {
|
---|
565 | content: "\e971";
|
---|
566 | }
|
---|
567 |
|
---|
568 | .pi-wifi:before {
|
---|
569 | content: "\e96f";
|
---|
570 | }
|
---|
571 |
|
---|
572 | .pi-sitemap:before {
|
---|
573 | content: "\e96e";
|
---|
574 | }
|
---|
575 |
|
---|
576 | .pi-chart-bar:before {
|
---|
577 | content: "\e96d";
|
---|
578 | }
|
---|
579 |
|
---|
580 | .pi-camera:before {
|
---|
581 | content: "\e96c";
|
---|
582 | }
|
---|
583 |
|
---|
584 | .pi-dollar:before {
|
---|
585 | content: "\e96b";
|
---|
586 | }
|
---|
587 |
|
---|
588 | .pi-lock-open:before {
|
---|
589 | content: "\e96a";
|
---|
590 | }
|
---|
591 |
|
---|
592 | .pi-table:before {
|
---|
593 | content: "\e969";
|
---|
594 | }
|
---|
595 |
|
---|
596 | .pi-map-marker:before {
|
---|
597 | content: "\e968";
|
---|
598 | }
|
---|
599 |
|
---|
600 | .pi-list:before {
|
---|
601 | content: "\e967";
|
---|
602 | }
|
---|
603 |
|
---|
604 | .pi-eye-slash:before {
|
---|
605 | content: "\e965";
|
---|
606 | }
|
---|
607 |
|
---|
608 | .pi-eye:before {
|
---|
609 | content: "\e966";
|
---|
610 | }
|
---|
611 |
|
---|
612 | .pi-folder-open:before {
|
---|
613 | content: "\e964";
|
---|
614 | }
|
---|
615 |
|
---|
616 | .pi-folder:before {
|
---|
617 | content: "\e963";
|
---|
618 | }
|
---|
619 |
|
---|
620 | .pi-video:before {
|
---|
621 | content: "\e962";
|
---|
622 | }
|
---|
623 |
|
---|
624 | .pi-inbox:before {
|
---|
625 | content: "\e961";
|
---|
626 | }
|
---|
627 |
|
---|
628 | .pi-lock:before {
|
---|
629 | content: "\e95f";
|
---|
630 | }
|
---|
631 |
|
---|
632 | .pi-unlock:before {
|
---|
633 | content: "\e960";
|
---|
634 | }
|
---|
635 |
|
---|
636 | .pi-tags:before {
|
---|
637 | content: "\e95d";
|
---|
638 | }
|
---|
639 |
|
---|
640 | .pi-tag:before {
|
---|
641 | content: "\e95e";
|
---|
642 | }
|
---|
643 |
|
---|
644 | .pi-power-off:before {
|
---|
645 | content: "\e95c";
|
---|
646 | }
|
---|
647 |
|
---|
648 | .pi-save:before {
|
---|
649 | content: "\e95b";
|
---|
650 | }
|
---|
651 |
|
---|
652 | .pi-question-circle:before {
|
---|
653 | content: "\e959";
|
---|
654 | }
|
---|
655 |
|
---|
656 | .pi-question:before {
|
---|
657 | content: "\e95a";
|
---|
658 | }
|
---|
659 |
|
---|
660 | .pi-copy:before {
|
---|
661 | content: "\e957";
|
---|
662 | }
|
---|
663 |
|
---|
664 | .pi-file:before {
|
---|
665 | content: "\e958";
|
---|
666 | }
|
---|
667 |
|
---|
668 | .pi-clone:before {
|
---|
669 | content: "\e955";
|
---|
670 | }
|
---|
671 |
|
---|
672 | .pi-calendar-times:before {
|
---|
673 | content: "\e952";
|
---|
674 | }
|
---|
675 |
|
---|
676 | .pi-calendar-minus:before {
|
---|
677 | content: "\e953";
|
---|
678 | }
|
---|
679 |
|
---|
680 | .pi-calendar-plus:before {
|
---|
681 | content: "\e954";
|
---|
682 | }
|
---|
683 |
|
---|
684 | .pi-ellipsis-v:before {
|
---|
685 | content: "\e950";
|
---|
686 | }
|
---|
687 |
|
---|
688 | .pi-ellipsis-h:before {
|
---|
689 | content: "\e951";
|
---|
690 | }
|
---|
691 |
|
---|
692 | .pi-bookmark:before {
|
---|
693 | content: "\e94e";
|
---|
694 | }
|
---|
695 |
|
---|
696 | .pi-globe:before {
|
---|
697 | content: "\e94f";
|
---|
698 | }
|
---|
699 |
|
---|
700 | .pi-replay:before {
|
---|
701 | content: "\e94d";
|
---|
702 | }
|
---|
703 |
|
---|
704 | .pi-filter:before {
|
---|
705 | content: "\e94c";
|
---|
706 | }
|
---|
707 |
|
---|
708 | .pi-print:before {
|
---|
709 | content: "\e94b";
|
---|
710 | }
|
---|
711 |
|
---|
712 | .pi-align-right:before {
|
---|
713 | content: "\e946";
|
---|
714 | }
|
---|
715 |
|
---|
716 | .pi-align-left:before {
|
---|
717 | content: "\e947";
|
---|
718 | }
|
---|
719 |
|
---|
720 | .pi-align-center:before {
|
---|
721 | content: "\e948";
|
---|
722 | }
|
---|
723 |
|
---|
724 | .pi-align-justify:before {
|
---|
725 | content: "\e949";
|
---|
726 | }
|
---|
727 |
|
---|
728 | .pi-cog:before {
|
---|
729 | content: "\e94a";
|
---|
730 | }
|
---|
731 |
|
---|
732 | .pi-cloud-download:before {
|
---|
733 | content: "\e943";
|
---|
734 | }
|
---|
735 |
|
---|
736 | .pi-cloud-upload:before {
|
---|
737 | content: "\e944";
|
---|
738 | }
|
---|
739 |
|
---|
740 | .pi-cloud:before {
|
---|
741 | content: "\e945";
|
---|
742 | }
|
---|
743 |
|
---|
744 | .pi-pencil:before {
|
---|
745 | content: "\e942";
|
---|
746 | }
|
---|
747 |
|
---|
748 | .pi-users:before {
|
---|
749 | content: "\e941";
|
---|
750 | }
|
---|
751 |
|
---|
752 | .pi-clock:before {
|
---|
753 | content: "\e940";
|
---|
754 | }
|
---|
755 |
|
---|
756 | .pi-user-minus:before {
|
---|
757 | content: "\e93e";
|
---|
758 | }
|
---|
759 |
|
---|
760 | .pi-user-plus:before {
|
---|
761 | content: "\e93f";
|
---|
762 | }
|
---|
763 |
|
---|
764 | .pi-trash:before {
|
---|
765 | content: "\e93d";
|
---|
766 | }
|
---|
767 |
|
---|
768 | .pi-external-link:before {
|
---|
769 | content: "\e93c";
|
---|
770 | }
|
---|
771 |
|
---|
772 | .pi-window-maximize:before {
|
---|
773 | content: "\e93b";
|
---|
774 | }
|
---|
775 |
|
---|
776 | .pi-window-minimize:before {
|
---|
777 | content: "\e93a";
|
---|
778 | }
|
---|
779 |
|
---|
780 | .pi-refresh:before {
|
---|
781 | content: "\e938";
|
---|
782 | }
|
---|
783 |
|
---|
784 | .pi-user:before {
|
---|
785 | content: "\e939";
|
---|
786 | }
|
---|
787 |
|
---|
788 | .pi-exclamation-triangle:before {
|
---|
789 | content: "\e922";
|
---|
790 | }
|
---|
791 |
|
---|
792 | .pi-calendar:before {
|
---|
793 | content: "\e927";
|
---|
794 | }
|
---|
795 |
|
---|
796 | .pi-chevron-circle-left:before {
|
---|
797 | content: "\e928";
|
---|
798 | }
|
---|
799 |
|
---|
800 | .pi-chevron-circle-down:before {
|
---|
801 | content: "\e929";
|
---|
802 | }
|
---|
803 |
|
---|
804 | .pi-chevron-circle-right:before {
|
---|
805 | content: "\e92a";
|
---|
806 | }
|
---|
807 |
|
---|
808 | .pi-chevron-circle-up:before {
|
---|
809 | content: "\e92b";
|
---|
810 | }
|
---|
811 |
|
---|
812 | .pi-angle-double-down:before {
|
---|
813 | content: "\e92c";
|
---|
814 | }
|
---|
815 |
|
---|
816 | .pi-angle-double-left:before {
|
---|
817 | content: "\e92d";
|
---|
818 | }
|
---|
819 |
|
---|
820 | .pi-angle-double-right:before {
|
---|
821 | content: "\e92e";
|
---|
822 | }
|
---|
823 |
|
---|
824 | .pi-angle-double-up:before {
|
---|
825 | content: "\e92f";
|
---|
826 | }
|
---|
827 |
|
---|
828 | .pi-angle-down:before {
|
---|
829 | content: "\e930";
|
---|
830 | }
|
---|
831 |
|
---|
832 | .pi-angle-left:before {
|
---|
833 | content: "\e931";
|
---|
834 | }
|
---|
835 |
|
---|
836 | .pi-angle-right:before {
|
---|
837 | content: "\e932";
|
---|
838 | }
|
---|
839 |
|
---|
840 | .pi-angle-up:before {
|
---|
841 | content: "\e933";
|
---|
842 | }
|
---|
843 |
|
---|
844 | .pi-upload:before {
|
---|
845 | content: "\e934";
|
---|
846 | }
|
---|
847 |
|
---|
848 | .pi-download:before {
|
---|
849 | content: "\e956";
|
---|
850 | }
|
---|
851 |
|
---|
852 | .pi-ban:before {
|
---|
853 | content: "\e935";
|
---|
854 | }
|
---|
855 |
|
---|
856 | .pi-star-fill:before {
|
---|
857 | content: "\e936";
|
---|
858 | }
|
---|
859 |
|
---|
860 | .pi-star:before {
|
---|
861 | content: "\e937";
|
---|
862 | }
|
---|
863 |
|
---|
864 | .pi-chevron-left:before {
|
---|
865 | content: "\e900";
|
---|
866 | }
|
---|
867 |
|
---|
868 | .pi-chevron-right:before {
|
---|
869 | content: "\e901";
|
---|
870 | }
|
---|
871 |
|
---|
872 | .pi-chevron-down:before {
|
---|
873 | content: "\e902";
|
---|
874 | }
|
---|
875 |
|
---|
876 | .pi-chevron-up:before {
|
---|
877 | content: "\e903";
|
---|
878 | }
|
---|
879 |
|
---|
880 | .pi-caret-left:before {
|
---|
881 | content: "\e904";
|
---|
882 | }
|
---|
883 |
|
---|
884 | .pi-caret-right:before {
|
---|
885 | content: "\e905";
|
---|
886 | }
|
---|
887 |
|
---|
888 | .pi-caret-down:before {
|
---|
889 | content: "\e906";
|
---|
890 | }
|
---|
891 |
|
---|
892 | .pi-caret-up:before {
|
---|
893 | content: "\e907";
|
---|
894 | }
|
---|
895 |
|
---|
896 | .pi-search:before {
|
---|
897 | content: "\e908";
|
---|
898 | }
|
---|
899 |
|
---|
900 | .pi-check:before {
|
---|
901 | content: "\e909";
|
---|
902 | }
|
---|
903 |
|
---|
904 | .pi-check-circle:before {
|
---|
905 | content: "\e90a";
|
---|
906 | }
|
---|
907 |
|
---|
908 | .pi-times:before {
|
---|
909 | content: "\e90b";
|
---|
910 | }
|
---|
911 |
|
---|
912 | .pi-times-circle:before {
|
---|
913 | content: "\e90c";
|
---|
914 | }
|
---|
915 |
|
---|
916 | .pi-plus:before {
|
---|
917 | content: "\e90d";
|
---|
918 | }
|
---|
919 |
|
---|
920 | .pi-plus-circle:before {
|
---|
921 | content: "\e90e";
|
---|
922 | }
|
---|
923 |
|
---|
924 | .pi-minus:before {
|
---|
925 | content: "\e90f";
|
---|
926 | }
|
---|
927 |
|
---|
928 | .pi-minus-circle:before {
|
---|
929 | content: "\e910";
|
---|
930 | }
|
---|
931 |
|
---|
932 | .pi-circle-on:before {
|
---|
933 | content: "\e911";
|
---|
934 | }
|
---|
935 |
|
---|
936 | .pi-circle-off:before {
|
---|
937 | content: "\e912";
|
---|
938 | }
|
---|
939 |
|
---|
940 | .pi-sort-down:before {
|
---|
941 | content: "\e913";
|
---|
942 | }
|
---|
943 |
|
---|
944 | .pi-sort-up:before {
|
---|
945 | content: "\e914";
|
---|
946 | }
|
---|
947 |
|
---|
948 | .pi-sort:before {
|
---|
949 | content: "\e915";
|
---|
950 | }
|
---|
951 |
|
---|
952 | .pi-step-backward:before {
|
---|
953 | content: "\e916";
|
---|
954 | }
|
---|
955 |
|
---|
956 | .pi-step-forward:before {
|
---|
957 | content: "\e917";
|
---|
958 | }
|
---|
959 |
|
---|
960 | .pi-th-large:before {
|
---|
961 | content: "\e918";
|
---|
962 | }
|
---|
963 |
|
---|
964 | .pi-arrow-down:before {
|
---|
965 | content: "\e919";
|
---|
966 | }
|
---|
967 |
|
---|
968 | .pi-arrow-left:before {
|
---|
969 | content: "\e91a";
|
---|
970 | }
|
---|
971 |
|
---|
972 | .pi-arrow-right:before {
|
---|
973 | content: "\e91b";
|
---|
974 | }
|
---|
975 |
|
---|
976 | .pi-arrow-up:before {
|
---|
977 | content: "\e91c";
|
---|
978 | }
|
---|
979 |
|
---|
980 | .pi-bars:before {
|
---|
981 | content: "\e91d";
|
---|
982 | }
|
---|
983 |
|
---|
984 | .pi-arrow-circle-down:before {
|
---|
985 | content: "\e91e";
|
---|
986 | }
|
---|
987 |
|
---|
988 | .pi-arrow-circle-left:before {
|
---|
989 | content: "\e91f";
|
---|
990 | }
|
---|
991 |
|
---|
992 | .pi-arrow-circle-right:before {
|
---|
993 | content: "\e920";
|
---|
994 | }
|
---|
995 |
|
---|
996 | .pi-arrow-circle-up:before {
|
---|
997 | content: "\e921";
|
---|
998 | }
|
---|
999 |
|
---|
1000 | .pi-info:before {
|
---|
1001 | content: "\e923";
|
---|
1002 | }
|
---|
1003 |
|
---|
1004 | .pi-info-circle:before {
|
---|
1005 | content: "\e924";
|
---|
1006 | }
|
---|
1007 |
|
---|
1008 | .pi-home:before {
|
---|
1009 | content: "\e925";
|
---|
1010 | }
|
---|
1011 |
|
---|
1012 | .pi-spinner:before {
|
---|
1013 | content: "\e926";
|
---|
1014 | }
|
---|