diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-24 21:13:49 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-24 21:13:49 +0530 |
commit | c578b8956e6cb39023625f6e1187b3d9a69f40fe (patch) | |
tree | f964c0af0e2d32b8d8cdff3f06c841c9a712ed3d /src/client/views/globalCssVariables.scss.d.ts | |
parent | 0a6736b6874430ff3b7ba5802b33579385318fb6 (diff) | |
parent | 7e02ca22f9667d0bdb89b29da3c412ba52976fbf (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/views/globalCssVariables.scss.d.ts')
-rw-r--r-- | src/client/views/globalCssVariables.scss.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/globalCssVariables.scss.d.ts b/src/client/views/globalCssVariables.scss.d.ts index d95cec9d8..a7ca4b300 100644 --- a/src/client/views/globalCssVariables.scss.d.ts +++ b/src/client/views/globalCssVariables.scss.d.ts @@ -5,6 +5,7 @@ interface IGlobalScss { MINIMIZED_ICON_SIZE: string; MAX_ROW_HEIGHT: string; SEARCH_THUMBNAIL_SIZE: string; + ANTIMODEMENU_HEIGHT: string; } declare const globalCssVariables: IGlobalScss; |