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.

127 lines
2.3 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?b4dy0b');
  4. src: url('../fonts/icomoon.eot?b4dy0b#iefix') format('embedded-opentype'),
  5. url('../fonts/icomoon.ttf?b4dy0b') format('truetype'),
  6. url('../fonts/icomoon.woff?b4dy0b') format('woff'),
  7. url('../fonts/icomoon.svg?b4dy0b#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-trello:before {
  77. content: "\e911";
  78. color: #0079bf;
  79. }
  80. .icon-zendesk:before {
  81. content: "\e907";
  82. }
  83. .icon-clippy:before {
  84. content: "\e903";
  85. }
  86. .icon-cancel:before {
  87. content: "\e5c9";
  88. }
  89. .icon-up:before, .icon-new:before, .icon-ok:before {
  90. content: "\e86c";
  91. }
  92. .icon-close:before {
  93. content: "\e5cd";
  94. }
  95. .icon-grace:before {
  96. content: "\e000";
  97. }
  98. .icon-missing:before {
  99. content: "\e001";
  100. }
  101. .icon-desc:before {
  102. content: "\e313";
  103. }
  104. .icon-asc:before {
  105. content: "\e316";
  106. }
  107. .icon-mail:before {
  108. content: "\e0e1";
  109. }
  110. .icon-dots:before {
  111. content: "\e5d3";
  112. }
  113. .icon-down:before {
  114. content: "\e7f7";
  115. }
  116. .icon-paused:before {
  117. content: "\e7f6";
  118. }
  119. .icon-settings:before {
  120. content: "\e902";
  121. }
  122. .icon-delete:before {
  123. content: "\e900";
  124. }