diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-02 18:47:28 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-02 18:47:28 +0530 |
commit | 17ea30faae3c3b0ab1d58bbeb6c1a6a404639817 (patch) | |
tree | 53ecaceaf58960b0315c61f3dfb4b62027f6ee20 /src/styles/_theme.scss | |
parent | 6c0164e035bc9762a81ccbaade714e5193538095 (diff) |
organised the Form components into more directories
Diffstat (limited to 'src/styles/_theme.scss')
-rw-r--r-- | src/styles/_theme.scss | 7 |
1 files changed, 1 insertions, 6 deletions
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; |