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-08-20 23:22:41 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-08-20 23:22:41 -0400
commitc28390cedfc909ff8e96e4527b75699e1529410c (patch)
tree44e06e683520f9756c040ec5aaca67e294d1c9ef /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
parentc38c1a0ab495ca7f465fc608ac9528734cb81ef1 (diff)
work on fields dashboard
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu.scss44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
index 763de0eba..baed9009b 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
@@ -774,6 +774,50 @@
align-items: center;
color: whitesmoke;
}
+
+ .field-type-selection-container {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ background-color: rgb(40, 40, 40);
+ border: 1px solid rgb(100, 100, 100);
+ border-radius: 3px;
+ width: 30%;
+ height: 25px;
+ padding-left: 3px;
+ color: whitesmoke;
+
+ .bubbles {
+ display: none;
+ }
+
+ .text {
+ margin-top: 5px;
+ margin-bottom: 5px;
+ }
+
+ &:hover {
+ width: 30% + 8;
+ }
+
+ &:hover .bubbles {
+ display: flex;
+ flex-direction: row;
+ align-items: flex-start;
+ }
+
+ &:hover .type-display {
+ display: none;
+ }
+
+ .bubble {
+ margin: 5px;
+ }
+
+ &:hover .bubble {
+ margin-top: 7px;
+ }
+ }
}
.field-description-container {