From 17ea30faae3c3b0ab1d58bbeb6c1a6a404639817 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Sun, 2 May 2021 18:47:28 +0530 Subject: organised the Form components into more directories --- src/styles/_theme.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/styles/_theme.scss') diff --git a/src/styles/_theme.scss b/src/styles/_theme.scss index a238d37..436ca2b 100644 --- a/src/styles/_theme.scss +++ b/src/styles/_theme.scss @@ -31,14 +31,9 @@ $tableDefBorderColor: $underline1; $tableAltBorderColor: $underline2; $tableDisabledBorderColor: $underline0; - - - $warningColor: red; $warningBorderColor: $warningColor; - $shadowColor: #232627; $defBigShadow: 0px 8px 4px $shadowColor; -// $floatingShadow: 0px 8px 4px 0 $shadowColor, 0px 6px 20px 0 $shadowColor; -$floatingShadow: 6px 6px 3px $shadowColor; +$floatingShadow: 6px 6px 6px $shadowColor; -- cgit v1.2.3