diff options
| author | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-24 15:22:16 -0400 |
|---|---|---|
| committer | dinhanhtruong <70963346+dinhanhtruong@users.noreply.github.com> | 2021-07-24 15:22:16 -0400 |
| commit | 98d01d622bb4f7093967d7040021f316d2faeaf8 (patch) | |
| tree | 9a7cbe27663461b754da053003af433fc6b4bb44 /src/client/views/global/globalCssVariables.scss.d.ts | |
| parent | 7b6de64a1244ba0944edf8301a7adc2cb1445f8a (diff) | |
| parent | c7a0a346238c55b8c223798f75cef758418aa051 (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.ts | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/client/views/global/globalCssVariables.scss.d.ts b/src/client/views/global/globalCssVariables.scss.d.ts new file mode 100644 index 000000000..11e62e1eb --- /dev/null +++ b/src/client/views/global/globalCssVariables.scss.d.ts @@ -0,0 +1,17 @@ + +interface IGlobalScss { + contextMenuZindex: string; // context menu shows up over everything + SCHEMA_DIVIDER_WIDTH: string; + COLLECTION_BORDER_WIDTH: string; + MINIMIZED_ICON_SIZE: string; + MAX_ROW_HEIGHT: string; + SEARCH_THUMBNAIL_SIZE: string; + ANTIMODEMENU_HEIGHT: string; + SEARCH_PANEL_HEIGHT: string; + DFLT_IMAGE_NATIVE_DIM: string; + MENU_PANEL_WIDTH: string; + TREE_BULLET_WIDTH: string; +} +declare const globalCssVariables: IGlobalScss; + +export = globalCssVariables;
\ No newline at end of file |
