Browse Source

Merge pull request #4671 from grafana/login-page-style

Updated background color on div
Torkel Ödegaard 9 years ago
parent
commit
338c6b5a5c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      public/sass/pages/_login.scss

+ 1 - 2
public/sass/pages/_login.scss

@@ -134,7 +134,7 @@
     border-bottom: 1px solid $gray-1;
     border-bottom: 1px solid $gray-1;
 
 
     .login-divider-text {
     .login-divider-text {
-      background-color: $dark-3;
+      background-color: $panel-bg;
       color: $gray-2;
       color: $gray-2;
       padding: 0 10px;
       padding: 0 10px;
     }
     }
@@ -192,4 +192,3 @@
     }
     }
   }
   }
 }
 }
-