aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-07-09 03:12:28 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-07-09 03:12:28 -0400
commit0c68bfcf4041558edf94f2898fc0531f24433351 (patch)
tree3b83f0699cbab1473c475ed71fadd9a6809595f8 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
parent77d76c1a7e88b3ad4b72c4cd6aa4d4772042b65d (diff)
started doccreatormenu for dataviz
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
new file mode 100644
index 000000000..fea5a6f59
--- /dev/null
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
@@ -0,0 +1,12 @@
+.docCreatorMenu-cont {
+ position: absolute;
+ display: flex;
+ min-width: 300px;
+ min-height: 400px;
+ z-index: 6;
+ box-shadow: 0px 3px 4px rgba(0, 0, 0, 30%);
+ flex-direction: column;
+ background: whitesmoke;
+ color: black;
+ border-radius: 3px;
+} \ No newline at end of file