diff options
| author | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-10 00:17:09 -0700 |
|---|---|---|
| committer | Ashley Cai <ashley.lcai@gmail.com> | 2021-07-10 00:17:09 -0700 |
| commit | 4fe24111c6eafc58927fcca9d8c46a5b92cc4078 (patch) | |
| tree | 83d5b2b368ac58d1bca7a0bce81d538fe481dba6 /src/client/views/globalCssVariables.scss.d.ts | |
| parent | 4c1fc6bcfdf603bb8c620f9288da09ed69587bfb (diff) | |
Standardizing Colors, changing global CSS variables
Diffstat (limited to 'src/client/views/globalCssVariables.scss.d.ts')
| -rw-r--r-- | src/client/views/globalCssVariables.scss.d.ts | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/client/views/globalCssVariables.scss.d.ts b/src/client/views/globalCssVariables.scss.d.ts deleted file mode 100644 index 11e62e1eb..000000000 --- a/src/client/views/globalCssVariables.scss.d.ts +++ /dev/null @@ -1,17 +0,0 @@ - -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 |
