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.

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