Procházet zdrojové kódy

Merge branch 'develop-ux-wip' of github.com:grafana/grafana into develop-ux-wip

Torkel Ödegaard před 8 roky
rodič
revize
6a1075cd02
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      public/sass/layout/_page.scss

+ 4 - 1
public/sass/layout/_page.scss

@@ -11,7 +11,10 @@
 .main-view {
 .main-view {
   position: relative;
   position: relative;
   flex-grow: 1;
   flex-grow: 1;
-  background: linear-gradient(180deg, #251f1f 0, #17181b);
+  // background: linear-gradient(180deg, #251f1f 0, #17181b);
+
+  $gradient-opacity: 0.03;
+  background: linear-gradient(135deg, rgba(26, 42, 108, $gradient-opacity), rgba(178, 31, 31, $gradient-opacity), rgba(253, 187, 45, $gradient-opacity)); //Matt experiement
 }
 }
 
 
 .page-container {
 .page-container {