style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('fonts/icomoon.eot?u4m6fy');
  4. src: url('fonts/icomoon.eot?u4m6fy#iefix') format('embedded-opentype'),
  5. url('fonts/icomoon.ttf?u4m6fy') format('truetype'),
  6. url('fonts/icomoon.woff?u4m6fy') format('woff'),
  7. url('fonts/icomoon.svg?u4m6fy#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. [class^="icon-"], [class*=" icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'icomoon' !important;
  14. speak: none;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .icon-logg:before {
  25. content: "\e915";
  26. }
  27. .icon-manager:before {
  28. content: "\e916";
  29. }
  30. .icon-user:before {
  31. content: "\e917";
  32. }
  33. .icon-data:before {
  34. content: "\e918";
  35. }
  36. .icon-sysmanager:before {
  37. content: "\e919";
  38. }
  39. .icon-list:before {
  40. content: "\e91a";
  41. }
  42. .icon-passagewaymanager:before {
  43. content: "\e91b";
  44. }
  45. .icon-base:before {
  46. content: "\e91c";
  47. }
  48. .icon-agentlist:before {
  49. content: "\e91d";
  50. }
  51. .icon-configure:before {
  52. content: "\e91e";
  53. }
  54. .icon-flow:before {
  55. content: "\e91f";
  56. }
  57. .icon-orderlist:before {
  58. content: "\e920";
  59. }
  60. .icon-ydlist:before {
  61. content: "\e921";
  62. }
  63. .icon-agentpay:before {
  64. content: "\e922";
  65. }
  66. .icon-agentsum:before {
  67. content: "\e923";
  68. }
  69. .icon-passagewaysum:before {
  70. content: "\e924";
  71. }
  72. .icon-custom:before {
  73. content: "\e925";
  74. }
  75. .icon-address:before {
  76. content: "\e926";
  77. }
  78. .icon-lock:before {
  79. content: "\e927";
  80. }