Merge pull request #4607 from grafana/new-styles

Updated font and a new style
This commit is contained in:
Matt Toback 2016-04-07 17:13:20 -04:00
commit 469c43ca25
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 {