aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/global/globalCssVariables.scss.d.ts
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2021-09-20 22:25:19 -0400
committermehekj <mehek.jethani@gmail.com>2021-09-20 22:25:19 -0400
commita8d8c9a115d1de3946a4f3d971c953f4b1222551 (patch)
tree86f56b6406216e694b9baa93af28f5ed5763c311 /src/client/views/global/globalCssVariables.scss.d.ts
parent64e265d9cba009469081fdf4ba3272c78a3a76a8 (diff)
parente295f6694bed9a3a35a0858c8f17745ef1506f51 (diff)
Merge branch 'master' into temporalmedia-mehek
Diffstat (limited to 'src/client/views/global/globalCssVariables.scss.d.ts')
-rw-r--r--src/client/views/global/globalCssVariables.scss.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/global/globalCssVariables.scss.d.ts b/src/client/views/global/globalCssVariables.scss.d.ts
index 11e62e1eb..59c2b3585 100644
--- a/src/client/views/global/globalCssVariables.scss.d.ts
+++ b/src/client/views/global/globalCssVariables.scss.d.ts
@@ -7,9 +7,9 @@ interface IGlobalScss {
MAX_ROW_HEIGHT: string;
SEARCH_THUMBNAIL_SIZE: string;
ANTIMODEMENU_HEIGHT: string;
- SEARCH_PANEL_HEIGHT: string;
+ DASHBOARD_SELECTOR_HEIGHT: string;
DFLT_IMAGE_NATIVE_DIM: string;
- MENU_PANEL_WIDTH: string;
+ LEFT_MENU_WIDTH: string;
TREE_BULLET_WIDTH: string;
}
declare const globalCssVariables: IGlobalScss;