diff options
| author | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-23 22:15:40 -0400 |
|---|---|---|
| committer | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-23 22:15:40 -0400 |
| commit | 101f04d82e49335fb2a55301a4ef4e7b04f081e6 (patch) | |
| tree | ce2f5d0b80dfedcd7f4961bc122512f86cedec6e /src/client/views/global/globalCssVariables.scss | |
| parent | bc0a3eabf5a7a5d6c2944e4c6f99a4fd50563b82 (diff) | |
menu getting closer :cry:
Diffstat (limited to 'src/client/views/global/globalCssVariables.scss')
| -rw-r--r-- | src/client/views/global/globalCssVariables.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/global/globalCssVariables.scss b/src/client/views/global/globalCssVariables.scss index a1baed7d9..2fd67a8dc 100644 --- a/src/client/views/global/globalCssVariables.scss +++ b/src/client/views/global/globalCssVariables.scss @@ -16,6 +16,7 @@ $close-red: #e48282; $drop-shadow: "#32323215"; + //padding $minimum-padding: 4px; $medium-padding: 16px; @@ -48,6 +49,10 @@ $standard-border: solid 1px #9f9f9f; // border radius $standard-border-radius: 3px; +// shadow +$standard-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3); + + $searchpanel-height: 32px; $mainTextInput-zindex: 999; // then text input overlay so that it's context menu will appear over decorations, etc $docDecorations-zindex: 998; // then doc decorations appear over everything else |
