summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-08-01 13:11:29 +0100
committerGitHub <noreply@github.com>2017-08-01 13:11:29 +0100
commit00e8b6621a7ddf13222144d4acf80421204a23cc (patch)
tree0e6b967eeb813d99c0f07cdcedc3638d76d61144 /webapp/sass/routes
parent25a2013890c7e07b4621fa9b18342e7f35363049 (diff)
downloadchat-00e8b6621a7ddf13222144d4acf80421204a23cc.tar.gz
chat-00e8b6621a7ddf13222144d4acf80421204a23cc.tar.bz2
chat-00e8b6621a7ddf13222144d4acf80421204a23cc.zip
PLT-6595 (Client): Elasticsearch indexing system console UI (#6991)
* PLT-6595: System Console for Elasticsearch Job Management. * Fixing UI issues * Fixing colors * ESLint Fixes. * Update test snapshots. * Fixing cancel button * Fix review comments. * Config capitalisation. * Review fixes.
Diffstat (limited to 'webapp/sass/routes')
-rw-r--r--webapp/sass/routes/_admin-console.scss20
1 files changed, 16 insertions, 4 deletions
diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss
index 9e8c74484..4fe45d9b8 100644
--- a/webapp/sass/routes/_admin-console.scss
+++ b/webapp/sass/routes/_admin-console.scss
@@ -289,6 +289,22 @@
.admin-console-header {
border-bottom: 1px solid alpha-color($black, .1);
}
+
+ .status-icon-unknown {
+ color: gray;
+ }
+
+ .status-icon-success {
+ color: #69c169;
+ }
+
+ .status-icon-warning {
+ color: #eac262;
+ }
+
+ .status-icon-error {
+ color: #ea6262;
+ }
}
.brand-img {
@@ -476,10 +492,6 @@
margin-top: -15px;
}
-.reload-config {
- margin-bottom: 50px !important;
-}
-
.recycle-db {
margin-top: 50px !important;
}