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.

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