From c28390cedfc909ff8e96e4527b75699e1529410c Mon Sep 17 00:00:00 2001 From: Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> Date: Tue, 20 Aug 2024 23:22:41 -0400 Subject: work on fields dashboard --- .../views/nodes/DataVizBox/DocCreatorMenu.scss | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss') 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 { -- cgit v1.2.3-70-g09d2