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.

169 lines
2.8 KiB

8 years ago
8 years ago
8 years ago
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:
  4. url('../fonts/icomoon.ttf?ed2ba') format('truetype'),
  5. url('../fonts/icomoon.woff?ed2ba') format('woff'),
  6. url('../fonts/icomoon.svg?ed2ba#icomoon') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. [class^="ic-"], [class*=" ic-"] {
  11. /* use !important to prevent issues with browser extensions that change fonts */
  12. font-family: 'icomoon' !important;
  13. speak: never;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. /* Better Font Rendering =========== */
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. }
  23. .ic-signal:before {
  24. content: "\e91c";
  25. color: #2592e9;
  26. }
  27. .ic-linenotify:before {
  28. content: "\e91b";
  29. color: #00c300;
  30. }
  31. .ic-call:before {
  32. content: "\e91a";
  33. color: #e81a34;
  34. }
  35. .ic-spike:before {
  36. content: "\e919";
  37. color: #007bff;
  38. }
  39. .ic-zulip:before {
  40. content: "\e918";
  41. color: #1e9459;
  42. }
  43. .ic-pd:before {
  44. content: "\e90b";
  45. color: #04ac38;
  46. }
  47. .ic-shell:before {
  48. content: "\e917";
  49. }
  50. .ic-msteams:before {
  51. content: "\e916";
  52. color: #4e56be;
  53. }
  54. .ic-opsgenie:before {
  55. content: "\e910";
  56. color: #2684ff;
  57. }
  58. .ic-mattermost:before {
  59. content: "\e907";
  60. color: #045acc;
  61. }
  62. .ic-pagerteam:before {
  63. content: "\e914";
  64. color: #cd2a00;
  65. }
  66. .ic-apprise:before {
  67. content: "\e915";
  68. color: #236b6b;
  69. }
  70. .ic-matrix:before {
  71. content: "\e900";
  72. }
  73. .ic-started:before {
  74. content: "\e038";
  75. }
  76. .ic-pagertree:before {
  77. content: "\e90d";
  78. color: #33ade2;
  79. }
  80. .ic-po:before {
  81. content: "\e90e";
  82. color: #249df1;
  83. }
  84. .ic-victorops:before {
  85. content: "\e90f";
  86. color: #2d2d2d;
  87. }
  88. .ic-email:before {
  89. content: "\e90a";
  90. color: #4f5d73;
  91. }
  92. .ic-webhook:before {
  93. content: "\e908";
  94. color: #c73a63;
  95. }
  96. .ic-sms:before {
  97. content: "\e904";
  98. color: #95c144;
  99. }
  100. .ic-pushbullet:before {
  101. content: "\e909";
  102. color: #67bf79;
  103. }
  104. .ic-discord:before {
  105. content: "\e90c";
  106. color: #7289da;
  107. }
  108. .ic-hipchat:before {
  109. content: "\e901";
  110. color: #0052cc;
  111. }
  112. .ic-slack:before {
  113. content: "\e905";
  114. color: #56b68b;
  115. }
  116. .ic-telegram:before {
  117. content: "\e906";
  118. color: #2ca5e0;
  119. }
  120. .ic-trello:before {
  121. content: "\e911";
  122. color: #0079bf;
  123. }
  124. .ic-whatsapp:before {
  125. content: "\e902";
  126. color: #25d366;
  127. }
  128. .ic-clippy:before {
  129. content: "\e903";
  130. }
  131. .ic-cancel:before {
  132. content: "\e5c9";
  133. }
  134. .ic-up:before, .ic-new:before, .ic-ok:before {
  135. content: "\e86c";
  136. }
  137. .ic-grace:before {
  138. content: "\e000";
  139. }
  140. .ic-missing:before {
  141. content: "\e001";
  142. }
  143. .ic-desc:before {
  144. content: "\e313";
  145. }
  146. .ic-asc:before {
  147. content: "\e316";
  148. }
  149. .ic-dots:before {
  150. content: "\e5d3";
  151. }
  152. .ic-down:before {
  153. content: "\e7f7";
  154. }
  155. .ic-paused:before {
  156. content: "\e7f6";
  157. }
  158. .ic-settings:before {
  159. content: "\e912";
  160. }
  161. .ic-delete:before {
  162. content: "\e913";
  163. }
  164. .ic-timer:before {
  165. content: "\e425";
  166. }