aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/global/globalCssVariables.scss
diff options
context:
space:
mode:
authorvkalev <vjk1883@gmail.com>2021-07-31 16:02:50 -0400
committervkalev <vjk1883@gmail.com>2021-07-31 16:02:50 -0400
commit61d01ac7e7a2ff2df3a083aaa87ca5d8edbf71e8 (patch)
tree89a1df14be55fa6961c48a39edae9d5331006cb9 /src/client/views/global/globalCssVariables.scss
parent193b90b9ade89b2060c701009ba6e57daf0c8c53 (diff)
parent41ccf50f2b551edd6827c9fd6296b9ff87a65915 (diff)
Merge branch 'master' into ink-gfx-victor
Diffstat (limited to 'src/client/views/global/globalCssVariables.scss')
-rw-r--r--src/client/views/global/globalCssVariables.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/client/views/global/globalCssVariables.scss b/src/client/views/global/globalCssVariables.scss
index ead5e166e..a9f33c4da 100644
--- a/src/client/views/global/globalCssVariables.scss
+++ b/src/client/views/global/globalCssVariables.scss
@@ -11,6 +11,8 @@ $medium-blue: #4476F7;
$pink: #E0217D;
$yellow: #F5D747;
+$logout-red: #ca4444;
+
$drop-shadow: "#32323215";
//padding
@@ -21,8 +23,6 @@ $large-padding: 32px;
//icon sizes
$icon-size: 28px;
-$antimodemenu-height: 36px;
-
// fonts
$sans-serif: "Noto Sans", sans-serif;
$large-header: 16px;
@@ -33,11 +33,16 @@ $small-text: 9px;
// misc values
$border-radius: 0.3em;
$search-thumnail-size: 130;
+$topbar-height: 32px;
+$antimodemenu-height: 36px;
// dragged items
$contextMenu-zindex: 100000; // context menu shows up over everything
$radialMenu-zindex: 100000; // context menu shows up over everything
+// borders
+$standard-border: solid 1px #9F9F9F;
+
$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