From 68b877cd6b44801e6d75da8fd97f2e0e6ab9b04f Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Tue, 13 Jun 2023 22:53:07 +0000 Subject: [PATCH] update vars --- packages/app/src/theme/vars.less | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/app/src/theme/vars.less b/packages/app/src/theme/vars.less index 5e2a49db..13cf0e3c 100755 --- a/packages/app/src/theme/vars.less +++ b/packages/app/src/theme/vars.less @@ -1,8 +1,6 @@ -//* Now this only works as an fallback for unset dynamic theme values -@app_frameDecorator_height: 20px; - -@app_bottomBar_height: 60px; +@app_bottomBar_height: 80px; @app_bottomBar_iconSize: 45px; +@app_topBar_height: 52px; @app_sidebar_width: 80px; @app_sidebar_width_expanded: 230px; @@ -19,4 +17,5 @@ @transition-ease-out: all 0.3s ease-out; @transition-ease-inout: all 150ms ease-in-out; -@card-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 var(--shadow-color); \ No newline at end of file +@card-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 var(--shadow-color); +@card-shadow-top: 0 -4px 3px 0 rgba(63, 63, 68, 0.05), 0 0 0 2px var(--shadow-color); \ No newline at end of file