From f3f4c0460a89f346f0a312b476497e244ef13470 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 7 Jun 2023 01:27:58 +0000 Subject: [PATCH] update global vars --- packages/app/src/theme/vars.less | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/app/src/theme/vars.less b/packages/app/src/theme/vars.less index 50657b81..5e2a49db 100755 --- a/packages/app/src/theme/vars.less +++ b/packages/app/src/theme/vars.less @@ -1,5 +1,4 @@ //* Now this only works as an fallback for unset dynamic theme values - @app_frameDecorator_height: 20px; @app_bottomBar_height: 60px; @@ -11,10 +10,6 @@ // borders & radius @app_sidebar_borderRadius: 18px; -// SIZES -@app_header_height: 5vh; -@fixedHeader100VH: @app_header_height - 100vh; - @app_menuItemSize: 100px; @app_menuItemIconSize: 30px; @app_menuItemTextSize: 12px; @@ -22,4 +17,6 @@ // TRANSITIONS @transition-ease-in: all 0.3s ease-out; @transition-ease-out: all 0.3s ease-out; -@transition-ease-inout: all 150ms ease-in-out; \ No newline at end of file +@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