aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/_global_variables.scss.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/_global_variables.scss.d.ts')
-rw-r--r--src/client/views/_global_variables.scss.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/_global_variables.scss.d.ts b/src/client/views/_global_variables.scss.d.ts
new file mode 100644
index 000000000..c902d473f
--- /dev/null
+++ b/src/client/views/_global_variables.scss.d.ts
@@ -0,0 +1,7 @@
+
+export interface I_globalScss {
+ contextMenuZindex: string; // context menu shows up over everything
+}
+export const globalStyleVariables: I_globalScss;
+
+export default globalStyleVariables; \ No newline at end of file