diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-17 21:06:17 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-17 21:06:17 +0530 |
commit | 4e880f6efe86c0b7e86e587e08eeee0f594417d5 (patch) | |
tree | 96eae2c903095550e3aa790dafd57117beb0d4cb /src/styles/_theme.scss | |
parent | ee77e57189a6b0375e840b386754973a376dc089 (diff) |
color coded ItemsDisplay
Diffstat (limited to 'src/styles/_theme.scss')
-rw-r--r-- | src/styles/_theme.scss | 6 |
1 files changed, 5 insertions, 1 deletions
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; |