IGNITE-4010 Web Console: Added CSS constants.

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c2383e92
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c2383e92
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c2383e92

Branch: refs/heads/ignite-8446
Commit: c2383e923c79fdddd04dcd55f322d10bd7e1f975
Parents: 66d69c2
Author: Alexey Kuznetsov <akuznet...@apache.org>
Authored: Tue Jul 31 11:17:32 2018 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Tue Jul 31 11:17:32 2018 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/public/stylesheets/variables.scss | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c2383e92/modules/web-console/frontend/public/stylesheets/variables.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/stylesheets/variables.scss 
b/modules/web-console/frontend/public/stylesheets/variables.scss
index 22e4b9b..bc0c2d5 100644
--- a/modules/web-console/frontend/public/stylesheets/variables.scss
+++ b/modules/web-console/frontend/public/stylesheets/variables.scss
@@ -32,4 +32,8 @@ $ignite-button-border-radius: 4px;
 
 // Color palette
 $ignite-brand-primary: #ee2b27; // Red
-$ignite-brand-success: #0067b9; // Blue
\ No newline at end of file
+$ignite-brand-success: #0067b9; // Blue
+
+// Color for statuses
+$ignite-status-active: #417505;
+$ignite-status-inactive: #ee2b27;
\ No newline at end of file

Reply via email to