You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
2.4 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('../fonts/icomoon.eot?jxzl3z');
  4. src: url('../fonts/icomoon.eot?jxzl3z#iefix') format('embedded-opentype'),
  5. url('../fonts/icomoon.ttf?jxzl3z') format('truetype'),
  6. url('../fonts/icomoon.woff?jxzl3z') format('woff'),
  7. url('../fonts/icomoon.svg?jxzl3z#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-matrix:before {
  25. content: "\e900";
  26. }
  27. .icon-started:before {
  28. content: "\e038";
  29. }
  30. .icon-pagertree:before {
  31. content: "\e90d";
  32. color: #33ade2;
  33. }
  34. .icon-po:before {
  35. content: "\e90e";
  36. color: #249df1;
  37. }
  38. .icon-victorops:before {
  39. content: "\e90f";
  40. color: #f9af4a;
  41. }
  42. .icon-opsgenie:before {
  43. content: "\e910";
  44. color: #fc8e2e;
  45. }
  46. .icon-pd:before {
  47. content: "\e90b";
  48. color: #24c050;
  49. }
  50. .icon-email:before {
  51. content: "\e90a";
  52. color: #4f5d73;
  53. }
  54. .icon-webhook:before {
  55. content: "\e908";
  56. color: #c73a63;
  57. }
  58. .icon-sms:before {
  59. content: "\e904";
  60. color: #95c144;
  61. }
  62. .icon-pushbullet:before {
  63. content: "\e909";
  64. color: #67bf79;
  65. }
  66. .icon-discord:before {
  67. content: "\e90c";
  68. color: #7289da;
  69. }
  70. .icon-hipchat:before {
  71. content: "\e901";
  72. color: #0052cc;
  73. }
  74. .icon-slack:before {
  75. content: "\e905";
  76. color: #56b68b;
  77. }
  78. .icon-telegram:before {
  79. content: "\e906";
  80. color: #2ca5e0;
  81. }
  82. .icon-trello:before {
  83. content: "\e911";
  84. color: #0079bf;
  85. }
  86. .icon-whatsapp:before {
  87. content: "\e902";
  88. color: #25d366;
  89. }
  90. .icon-zendesk:before {
  91. content: "\e907";
  92. }
  93. .icon-clippy:before {
  94. content: "\e903";
  95. }
  96. .icon-cancel:before {
  97. content: "\e5c9";
  98. }
  99. .icon-up:before, .icon-new:before, .icon-ok:before {
  100. content: "\e86c";
  101. }
  102. .icon-grace:before {
  103. content: "\e000";
  104. }
  105. .icon-missing:before {
  106. content: "\e001";
  107. }
  108. .icon-desc:before {
  109. content: "\e313";
  110. }
  111. .icon-asc:before {
  112. content: "\e316";
  113. }
  114. .icon-dots:before {
  115. content: "\e5d3";
  116. }
  117. .icon-down:before {
  118. content: "\e7f7";
  119. }
  120. .icon-paused:before {
  121. content: "\e7f6";
  122. }
  123. .icon-settings:before {
  124. content: "\e912";
  125. }
  126. .icon-delete:before {
  127. content: "\e913";
  128. }
  129. .icon-timer:before {
  130. content: "\e425";
  131. }