mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
d040e336c1
* removed unsused grafana-icon classes, replaced grafana-icons with gicons * replaced old dashboard and datasource icons with gicon, fixed so icons on plugin list are shown * removed unsused grafana-icon classes, replaced grafana-icons with gicons * replaced old dashboard and datasource icons with gicon, fixed so icons on plugin list are shown * replaced fontawesome cog, eye, link and edit with gicons * updated snapshot * fixed color of cog in dashboard nav, removed icons from buttons, ran preitterier on some files * changed opacity on getting started icons and fixed getting started button * .5 -> 0.5 fix for prettier
150 lines
2.8 KiB
SCSS
150 lines
2.8 KiB
SCSS
@font-face {
|
|
font-family: 'grafana-icons';
|
|
src: url('../fonts/grafana-icons.eot?okx5td');
|
|
src: url('../fonts/grafana-icons.eot?okx5td#iefix') format('embedded-opentype'),
|
|
url('../fonts/grafana-icons.ttf?okx5td') format('truetype'),
|
|
url('../fonts/grafana-icons.woff?okx5td') format('woff'),
|
|
url('../fonts/grafana-icons.svg?okx5td#grafana-icons') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.icon-gf {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'grafana-icons' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
|
|
/* Better Font Rendering =========== */
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-gf-fw {
|
|
width: 1.2857142857em;
|
|
text-align: center;
|
|
}
|
|
.inline-icon-gf {
|
|
vertical-align: middle;
|
|
}
|
|
.icon-gf-raintank_wordmark:before {
|
|
content: '\e600';
|
|
}
|
|
.micon-gf-raintank_icn:before {
|
|
content: '\e601';
|
|
}
|
|
.icon-gf-raintank_r-icn:before {
|
|
content: '\e905';
|
|
}
|
|
.icon-gf-check-alt:before {
|
|
content: '\e603';
|
|
}
|
|
.icon-gf-check:before {
|
|
content: '\e604';
|
|
}
|
|
.icon-gf-collector:before {
|
|
content: '\e605';
|
|
}
|
|
.icon-gf-dashboard:before {
|
|
content: '\e606';
|
|
}
|
|
.icon-gf-panel:before {
|
|
content: '\e904';
|
|
}
|
|
.icon-gf-endpoint-tiny:before {
|
|
content: '\e608';
|
|
}
|
|
.icon-gf-critical:before {
|
|
content: '\e610';
|
|
}
|
|
.icon-gf-online:before {
|
|
content: '\e611';
|
|
}
|
|
.icon-gf-event-error:before {
|
|
content: '\e623';
|
|
}
|
|
.icon-gf-event:before {
|
|
content: '\e624';
|
|
}
|
|
.icon-gf-sadface:before {
|
|
content: '\e907';
|
|
}
|
|
.icon-gf-private-collector:before {
|
|
content: '\e612';
|
|
}
|
|
.icon-gf-alert:before {
|
|
content: '\e61f';
|
|
}
|
|
.icon-gf-alert-disabled:before {
|
|
content: '\e621';
|
|
}
|
|
.icon-gf-refresh:before {
|
|
content: '\e613';
|
|
}
|
|
.icon-gf-save:before {
|
|
content: '\e614';
|
|
}
|
|
.icon-gf-share:before {
|
|
content: '\e616';
|
|
}
|
|
.icon-gf-star:before {
|
|
content: '\e617';
|
|
}
|
|
.icon-gf-search:before {
|
|
content: '\e618';
|
|
}
|
|
.icon-gf-settings:before {
|
|
content: '\e615';
|
|
}
|
|
.icon-gf-add:before {
|
|
content: '\e619';
|
|
}
|
|
.icon-gf-remove:before {
|
|
content: '\e61a';
|
|
}
|
|
.icon-gf-video:before {
|
|
content: '\e61b';
|
|
}
|
|
.icon-gf-bulk_action:before {
|
|
content: '\e61c';
|
|
}
|
|
.icon-gf-grabber:before {
|
|
content: '\e90b';
|
|
}
|
|
.icon-gf-users:before {
|
|
content: '\e622';
|
|
}
|
|
.icon-gf-globe:before {
|
|
content: '\e61d';
|
|
}
|
|
.icon-gf-snapshot:before {
|
|
content: '\e61e';
|
|
}
|
|
.icon-gf-play-grafana-icon:before {
|
|
content: '\e629';
|
|
}
|
|
.icon-gf-grafana-icon:before {
|
|
content: '\e625';
|
|
}
|
|
.icon-gf-email:before {
|
|
content: '\e628';
|
|
}
|
|
.icon-gf-stopwatch:before {
|
|
content: '\e626';
|
|
}
|
|
.icon-gf-skull:before {
|
|
content: '\e900';
|
|
}
|
|
.icon-gf-probe:before {
|
|
content: '\e901';
|
|
}
|
|
.icon-gf-apps:before {
|
|
content: '\e902';
|
|
}
|