_grafana_icons.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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') format('embedded-opentype'),
  5. url('../fonts/grafana-icons.ttf?okx5td') format('truetype'),
  6. url('../fonts/grafana-icons.woff?okx5td') format('woff'),
  7. url('../fonts/grafana-icons.svg?okx5td#grafana-icons') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. .icon-gf {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'grafana-icons' !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. display: inline-block;
  21. vertical-align: middle;
  22. /* Better Font Rendering =========== */
  23. -webkit-font-smoothing: antialiased;
  24. -moz-osx-font-smoothing: grayscale;
  25. }
  26. .icon-gf-fw {
  27. width: 1.2857142857em;
  28. text-align: center;
  29. }
  30. .inline-icon-gf {
  31. vertical-align: middle;
  32. }
  33. .icon-gf-raintank_wordmark:before {
  34. content: '\e600';
  35. }
  36. .micon-gf-raintank_icn:before {
  37. content: '\e601';
  38. }
  39. .icon-gf-raintank_r-icn:before {
  40. content: '\e905';
  41. }
  42. .icon-gf-check-alt:before {
  43. content: '\e603';
  44. }
  45. .icon-gf-check:before {
  46. content: '\e604';
  47. }
  48. .icon-gf-collector:before {
  49. content: '\e605';
  50. }
  51. .icon-gf-dashboard:before {
  52. content: '\e606';
  53. }
  54. .icon-gf-panel:before {
  55. content: '\e904';
  56. }
  57. .icon-gf-endpoint-tiny:before {
  58. content: '\e608';
  59. }
  60. .icon-gf-critical:before {
  61. content: '\e610';
  62. }
  63. .icon-gf-online:before {
  64. content: '\e611';
  65. }
  66. .icon-gf-event-error:before {
  67. content: '\e623';
  68. }
  69. .icon-gf-event:before {
  70. content: '\e624';
  71. }
  72. .icon-gf-sadface:before {
  73. content: '\e907';
  74. }
  75. .icon-gf-private-collector:before {
  76. content: '\e612';
  77. }
  78. .icon-gf-alert:before {
  79. content: '\e61f';
  80. }
  81. .icon-gf-alert-disabled:before {
  82. content: '\e621';
  83. }
  84. .icon-gf-refresh:before {
  85. content: '\e613';
  86. }
  87. .icon-gf-save:before {
  88. content: '\e614';
  89. }
  90. .icon-gf-share:before {
  91. content: '\e616';
  92. }
  93. .icon-gf-star:before {
  94. content: '\e617';
  95. }
  96. .icon-gf-search:before {
  97. content: '\e618';
  98. }
  99. .icon-gf-settings:before {
  100. content: '\e615';
  101. }
  102. .icon-gf-add:before {
  103. content: '\e619';
  104. }
  105. .icon-gf-remove:before {
  106. content: '\e61a';
  107. }
  108. .icon-gf-video:before {
  109. content: '\e61b';
  110. }
  111. .icon-gf-bulk_action:before {
  112. content: '\e61c';
  113. }
  114. .icon-gf-grabber:before {
  115. content: '\e90b';
  116. }
  117. .icon-gf-users:before {
  118. content: '\e622';
  119. }
  120. .icon-gf-globe:before {
  121. content: '\e61d';
  122. }
  123. .icon-gf-snapshot:before {
  124. content: '\e61e';
  125. }
  126. .icon-gf-play-grafana-icon:before {
  127. content: '\e629';
  128. }
  129. .icon-gf-grafana-icon:before {
  130. content: '\e625';
  131. }
  132. .icon-gf-email:before {
  133. content: '\e628';
  134. }
  135. .icon-gf-stopwatch:before {
  136. content: '\e626';
  137. }
  138. .icon-gf-skull:before {
  139. content: '\e900';
  140. }
  141. .icon-gf-probe:before {
  142. content: '\e901';
  143. }
  144. .icon-gf-apps:before {
  145. content: '\e902';
  146. }