aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/global/globalCssVariables.scss.d.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-11 17:04:49 -0500
committerbobzel <zzzman@gmail.com>2023-12-11 17:04:49 -0500
commit07c30aed69dfa810ddb0b861ae2dc8e8f3a27356 (patch)
tree678a0855b169eb88fdc574fd49481ee6e57b12de /src/client/views/global/globalCssVariables.scss.d.ts
parent936aa21fb576472e321a9af976d5da7b75292511 (diff)
fixed includes of scss globals into typescript files.
Diffstat (limited to 'src/client/views/global/globalCssVariables.scss.d.ts')
-rw-r--r--src/client/views/global/globalCssVariables.scss.d.ts21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/client/views/global/globalCssVariables.scss.d.ts b/src/client/views/global/globalCssVariables.scss.d.ts
deleted file mode 100644
index bcbb1f068..000000000
--- a/src/client/views/global/globalCssVariables.scss.d.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-interface IGlobalScss {
- contextMenuZindex: string; // context menu shows up over everything
- SCHEMA_DIVIDER_WIDTH: string;
- MINIMIZED_ICON_SIZE: string;
- MAX_ROW_HEIGHT: string;
- SEARCH_THUMBNAIL_SIZE: string;
- ANTIMODEMENU_HEIGHT: string;
- TOPBAR_HEIGHT: string;
- DFLT_IMAGE_NATIVE_DIM: string;
- LEFT_MENU_WIDTH: string;
- TREE_BULLET_WIDTH: string;
- INK_MASK_SIZE: number;
- MEDIUM_GRAY: string;
- CAROUSEL3D_CENTER_SCALE: string;
- CAROUSEL3D_SIDE_SCALE: string;
- CAROUSEL3D_TOP: string;
- DATA_VIZ_TABLE_ROW_HEIGHT: string;
-}
-declare const globalCssVariables: IGlobalScss;
-
-export = globalCssVariables;