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.

166 lines
2.9 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
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('../fonts/icomoon.eot?qka09c');
  4. src: url('../fonts/icomoon.eot?qka09c#iefix') format('embedded-opentype'),
  5. url('../fonts/icomoon.ttf?qka09c') format('truetype'),
  6. url('../fonts/icomoon.woff?qka09c') format('woff'),
  7. url('../fonts/icomoon.svg?qka09c#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: never;
  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-linenotify:before {
  25. content: "\e91b";
  26. color: #00c300;
  27. }
  28. .icon-call:before {
  29. content: "\e91a";
  30. color: #e81a34;
  31. }
  32. .icon-spike:before {
  33. content: "\e919";
  34. color: #007bff;
  35. }
  36. .icon-zulip:before {
  37. content: "\e918";
  38. color: #1e9459;
  39. }
  40. .icon-pd:before {
  41. content: "\e90b";
  42. color: #04ac38;
  43. }
  44. .icon-shell:before {
  45. content: "\e917";
  46. }
  47. .icon-msteams:before {
  48. content: "\e916";
  49. color: #4e56be;
  50. }
  51. .icon-opsgenie:before {
  52. content: "\e910";
  53. color: #2684ff;
  54. }
  55. .icon-mattermost:before {
  56. content: "\e907";
  57. color: #045acc;
  58. }
  59. .icon-pagerteam:before {
  60. content: "\e914";
  61. color: #cd2a00;
  62. }
  63. .icon-apprise:before {
  64. content: "\e915";
  65. color: #236b6b;
  66. }
  67. .icon-matrix:before {
  68. content: "\e900";
  69. }
  70. .icon-started:before {
  71. content: "\e038";
  72. }
  73. .icon-pagertree:before {
  74. content: "\e90d";
  75. color: #33ade2;
  76. }
  77. .icon-po:before {
  78. content: "\e90e";
  79. color: #249df1;
  80. }
  81. .icon-victorops:before {
  82. content: "\e90f";
  83. color: #f9af4a;
  84. }
  85. .icon-email:before {
  86. content: "\e90a";
  87. color: #4f5d73;
  88. }
  89. .icon-webhook:before {
  90. content: "\e908";
  91. color: #c73a63;
  92. }
  93. .icon-sms:before {
  94. content: "\e904";
  95. color: #95c144;
  96. }
  97. .icon-pushbullet:before {
  98. content: "\e909";
  99. color: #67bf79;
  100. }
  101. .icon-discord:before {
  102. content: "\e90c";
  103. color: #7289da;
  104. }
  105. .icon-hipchat:before {
  106. content: "\e901";
  107. color: #0052cc;
  108. }
  109. .icon-slack:before {
  110. content: "\e905";
  111. color: #56b68b;
  112. }
  113. .icon-telegram:before {
  114. content: "\e906";
  115. color: #2ca5e0;
  116. }
  117. .icon-trello:before {
  118. content: "\e911";
  119. color: #0079bf;
  120. }
  121. .icon-whatsapp:before {
  122. content: "\e902";
  123. color: #25d366;
  124. }
  125. .icon-clippy:before {
  126. content: "\e903";
  127. }
  128. .icon-cancel:before {
  129. content: "\e5c9";
  130. }
  131. .icon-up:before, .icon-new:before, .icon-ok:before {
  132. content: "\e86c";
  133. }
  134. .icon-grace:before {
  135. content: "\e000";
  136. }
  137. .icon-missing:before {
  138. content: "\e001";
  139. }
  140. .icon-desc:before {
  141. content: "\e313";
  142. }
  143. .icon-asc:before {
  144. content: "\e316";
  145. }
  146. .icon-dots:before {
  147. content: "\e5d3";
  148. }
  149. .icon-down:before {
  150. content: "\e7f7";
  151. }
  152. .icon-paused:before {
  153. content: "\e7f6";
  154. }
  155. .icon-settings:before {
  156. content: "\e912";
  157. }
  158. .icon-delete:before {
  159. content: "\e913";
  160. }
  161. .icon-timer:before {
  162. content: "\e425";
  163. }