Jelajahi Sumber

Merge pull request #4607 from grafana/new-styles

Updated font and a new style
Matt Toback 9 tahun lalu
induk
melakukan
469c43ca25

TEMPAT SAMPAH
public/fonts/grafana-icons.eot


File diff ditekan karena terlalu besar
+ 1 - 1
public/fonts/grafana-icons.svg


TEMPAT SAMPAH
public/fonts/grafana-icons.ttf


TEMPAT SAMPAH
public/fonts/grafana-icons.woff


+ 1 - 1
public/sass/base/_grafana_icons.scss

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

+ 9 - 1
public/sass/components/_cards.scss

@@ -97,6 +97,14 @@
   width: 100%;
   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-list-layout-grid {
 
 
   .card-item-header-action {
   .card-item-header-action {
@@ -138,7 +146,7 @@
       .card-item-wrapper {
       .card-item-wrapper {
         width: 50%;
         width: 50%;
       }
       }
-    }    
+    }
   }
   }
 }
 }
 
 

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini