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.

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