_grafana_icons.scss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. @font-face {
  2. font-family: "grafana-icons";
  3. src: url("../fonts/grafana-icons.eot?okx5td");
  4. src: url("../fonts/grafana-icons.eot?okx5td#iefix")
  5. format("embedded-opentype"),
  6. url("../fonts/grafana-icons.ttf?okx5td") format("truetype"),
  7. url("../fonts/grafana-icons.woff?okx5td") format("woff"),
  8. url("../fonts/grafana-icons.svg?okx5td#grafana-icons") format("svg");
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. .icon-gf {
  13. /* use !important to prevent issues with browser extensions that change fonts */
  14. font-family: "grafana-icons" !important;
  15. speak: none;
  16. font-style: normal;
  17. font-weight: normal;
  18. font-variant: normal;
  19. text-transform: none;
  20. line-height: 1;
  21. display: inline-block;
  22. vertical-align: middle;
  23. /* Better Font Rendering =========== */
  24. -webkit-font-smoothing: antialiased;
  25. -moz-osx-font-smoothing: grayscale;
  26. }
  27. .icon-gf-fw {
  28. width: 1.2857142857em;
  29. text-align: center;
  30. }
  31. .inline-icon-gf {
  32. vertical-align: middle;
  33. }
  34. .icon-gf-raintank_wordmark:before {
  35. content: "\e600";
  36. }
  37. .micon-gf-raintank_icn:before {
  38. content: "\e601";
  39. }
  40. .icon-gf-raintank_r-icn:before {
  41. content: "\e905";
  42. }
  43. .icon-gf-check-alt:before {
  44. content: "\e603";
  45. }
  46. .icon-gf-check:before {
  47. content: "\e604";
  48. }
  49. .icon-gf-collector:before {
  50. content: "\e605";
  51. }
  52. .icon-gf-dashboard:before {
  53. content: "\e606";
  54. }
  55. .icon-gf-panel:before {
  56. content: "\e904";
  57. }
  58. .icon-gf-datasources:before {
  59. content: "\e607";
  60. }
  61. .icon-gf-endpoint-tiny:before {
  62. content: "\e608";
  63. }
  64. .icon-gf-endpoint:before {
  65. content: "\e609";
  66. }
  67. .icon-gf-page:before {
  68. content: "\e908";
  69. }
  70. .icon-gf-filter:before {
  71. content: "\e60a";
  72. }
  73. .icon-gf-status:before {
  74. content: "\e60b";
  75. }
  76. .icon-gf-monitoring:before {
  77. content: "\e60c";
  78. }
  79. .icon-gf-monitoring-tiny:before {
  80. content: "\e620";
  81. }
  82. .icon-gf-jump-to-dashboard:before {
  83. content: "\e60d";
  84. }
  85. .icon-gf-warn,
  86. .icon-gf-warning:before {
  87. content: "\e60e";
  88. }
  89. .icon-gf-nodata:before {
  90. content: "\e60f";
  91. }
  92. .icon-gf-critical:before {
  93. content: "\e610";
  94. }
  95. .icon-gf-crit:before {
  96. content: "\e610";
  97. }
  98. .icon-gf-online:before {
  99. content: "\e611";
  100. }
  101. .icon-gf-event-error:before {
  102. content: "\e623";
  103. }
  104. .icon-gf-event:before {
  105. content: "\e624";
  106. }
  107. .icon-gf-sadface:before {
  108. content: "\e907";
  109. }
  110. .icon-gf-private-collector:before {
  111. content: "\e612";
  112. }
  113. .icon-gf-alert:before {
  114. content: "\e61f";
  115. }
  116. .icon-gf-alert-disabled:before {
  117. content: "\e621";
  118. }
  119. .icon-gf-refresh:before {
  120. content: "\e613";
  121. }
  122. .icon-gf-save:before {
  123. content: "\e614";
  124. }
  125. .icon-gf-share:before {
  126. content: "\e616";
  127. }
  128. .icon-gf-star:before {
  129. content: "\e617";
  130. }
  131. .icon-gf-search:before {
  132. content: "\e618";
  133. }
  134. .icon-gf-settings:before {
  135. content: "\e615";
  136. }
  137. .icon-gf-add:before {
  138. content: "\e619";
  139. }
  140. .icon-gf-remove:before {
  141. content: "\e61a";
  142. }
  143. .icon-gf-video:before {
  144. content: "\e61b";
  145. }
  146. .icon-gf-bulk_action:before {
  147. content: "\e61c";
  148. }
  149. .icon-gf-grabber:before {
  150. content: "\e90b";
  151. }
  152. .icon-gf-users:before {
  153. content: "\e622";
  154. }
  155. .icon-gf-globe:before {
  156. content: "\e61d";
  157. }
  158. .icon-gf-snapshot:before {
  159. content: "\e61e";
  160. }
  161. .icon-gf-play-grafana-icon:before {
  162. content: "\e629";
  163. }
  164. .icon-gf-grafana-icon:before {
  165. content: "\e625";
  166. }
  167. .icon-gf-email:before {
  168. content: "\e628";
  169. }
  170. .icon-gf-stopwatch:before {
  171. content: "\e626";
  172. }
  173. .icon-gf-skull:before {
  174. content: "\e900";
  175. }
  176. .icon-gf-probe:before {
  177. content: "\e901";
  178. }
  179. .icon-gf-apps:before {
  180. content: "\e902";
  181. }
  182. .icon-gf-scale:before {
  183. content: "\e906";
  184. }
  185. .icon-gf-pending:before {
  186. content: "\e909";
  187. }
  188. .icon-gf-verified:before {
  189. content: "\e90a";
  190. }
  191. .icon-gf-worldping:before {
  192. content: "\e627";
  193. }
  194. .icon-gf-grafana_wordmark:before {
  195. content: "\e903";
  196. }