aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-11-06 19:14:01 -0500
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-11-06 19:14:01 -0500
commit963898540707546280a624bcea3c659c5fd242ae (patch)
tree5b3dd707400dccced5ccc4ba69c26b0147db4a56 /src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
parentc86f18caf079d97f673935b7a83a16d6e97bb804 (diff)
UI work
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
index d4cde7aa3..b849c044d 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/DocCreatorMenu.scss
@@ -292,6 +292,7 @@
display: flex;
flex-direction: column;
justify-content: flex-start;
+ color: black;
position: relative;
width: 100%;
height: 100%;
@@ -324,6 +325,7 @@
height: 113px;
margin-top: 10px;
margin-left: 10px;
+ color: none;
border: 1px solid rgb(163, 163, 163);
border-radius: 5px;
box-shadow: 5px 5px rgb(29, 29, 31);
@@ -423,6 +425,7 @@
align-items: center;
overflow-y: scroll;
position: relative;
+ color: black;
height: 125px;
width: calc(100% - 10px);
-ms-overflow-style: none;
@@ -691,10 +694,11 @@
display: flex;
justify-content: center;
align-items: center;
- width: 100%;
- height: 100%;
+ width: calc(100% - 50px);
+ height: calc(100% - 50px);
position: relative;
- padding: 0px;
+ border: 1px solid rgb(180, 180, 180);
+ padding: 10px;
margin-left: 20px;
margin-right: 20px;