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.

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