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

Updated background color on div
This commit is contained in:
Torkel Ödegaard
2016-04-13 10:28:40 -04:00

View File

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