From 4e880f6efe86c0b7e86e587e08eeee0f594417d5 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sat, 17 Apr 2021 21:06:17 +0530 Subject: color coded ItemsDisplay --- src/styles/_theme.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/styles/_theme.scss') diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss index 21ef57c..ef6863f 100644 --- a/src/styles/_theme.scss +++ b/src/styles/_theme.scss @@ -26,10 +26,14 @@ $defBorderColor: lightgreen; $altBorderColor: #FF79C6; $tableDefBorderColor: lightblue; -$tableAltBorderColor: gray; +$tableAltBorderColor: #FF79C6; +$tableDisabledBorderColor: gray; $labelUnderlineColor: lightblue; +$warningColor: red; +$warningBorderColor: $warningColor; + $defShadow: 0px 4px 4px $altBG; -- cgit v1.2.3