Updated font and a new style

This commit is contained in:
Matt Toback 2016-04-07 15:11:54 -04:00
parent c3d88aa53d
commit bb7dc0fd93
6 changed files with 12 additions and 4 deletions

BIN
public/fonts/grafana-icons.eot Normal file → Executable file

Binary file not shown.

4
public/fonts/grafana-icons.svg Normal file → Executable file

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 114 KiB

BIN
public/fonts/grafana-icons.ttf Normal file → Executable file

Binary file not shown.

BIN
public/fonts/grafana-icons.woff Normal file → Executable file

Binary file not shown.

View File

@ -169,7 +169,7 @@
.icon-gf-scale:before {
content: "\e906";
}
.icon-gf-litmus:before {
.icon-gf-worldping:before {
content: "\e627";
}
.icon-gf-grafana_wordmark:before {

View File

@ -97,6 +97,14 @@
width: 100%;
}
.card-item-sub-name--header {
color: $text-color-weak;
text-transform: uppercase;
margin-bottom: $spacer;
font-size: $font-size-sm;
font-weight: bold;
}
.card-list-layout-grid {
.card-item-header-action {
@ -138,7 +146,7 @@
.card-item-wrapper {
width: 50%;
}
}
}
}
}