Skip to content

Commit 469c43c

Browse files
committed
Merge pull request grafana#4607 from grafana/new-styles
Updated font and a new style
2 parents b8baeac + bb7dc0f commit 469c43c

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

public/fonts/grafana-icons.eot

100644100755
1.14 KB
Binary file not shown.

public/fonts/grafana-icons.svg

100644100755
Lines changed: 2 additions & 2 deletions
Loading

public/fonts/grafana-icons.ttf

100644100755
1.14 KB
Binary file not shown.

public/fonts/grafana-icons.woff

100644100755
1.14 KB
Binary file not shown.

public/sass/base/_grafana_icons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
.icon-gf-scale:before {
170170
content: "\e906";
171171
}
172-
.icon-gf-litmus:before {
172+
.icon-gf-worldping:before {
173173
content: "\e627";
174174
}
175175
.icon-gf-grafana_wordmark:before {

public/sass/components/_cards.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@
9797
width: 100%;
9898
}
9999

100+
.card-item-sub-name--header {
101+
color: $text-color-weak;
102+
text-transform: uppercase;
103+
margin-bottom: $spacer;
104+
font-size: $font-size-sm;
105+
font-weight: bold;
106+
}
107+
100108
.card-list-layout-grid {
101109

102110
.card-item-header-action {
@@ -138,7 +146,7 @@
138146
.card-item-wrapper {
139147
width: 50%;
140148
}
141-
}
149+
}
142150
}
143151
}
144152

0 commit comments

Comments
 (0)