aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/global/globalCssVariables.scss.d.ts
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-09-23 15:09:32 -0400
committerGitHub <noreply@github.com>2021-09-23 15:09:32 -0400
commit281ea90236adb8cb3ff8db7ddc76a466a8641bcd (patch)
treebe9a5086596e33c269857c9ead0293719786035e /src/client/views/global/globalCssVariables.scss.d.ts
parent26e265c6fc4950b859724aa2c0fbe6a028a56bfc (diff)
parentd5f9533d153e11e24d2ab7c03b4561170f0768fe (diff)
Merge branch 'master' into linking-anh
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;