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.

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