diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-10-10 15:52:16 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-10-10 15:52:16 -0400 |
| commit | 368e33c076085b1b73f522ac88f548a2ad081c80 (patch) | |
| tree | 6eafe4f991516148c7a6e428940e99fad2426574 /src/client/views/nodes/DataVizBox/DataVizBox.scss | |
| parent | 3884211ab83db30965a4dc1c4b3133684904ebb9 (diff) | |
start
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DataVizBox.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.scss b/src/client/views/nodes/DataVizBox/DataVizBox.scss index a69881b7c..7b4427389 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.scss +++ b/src/client/views/nodes/DataVizBox/DataVizBox.scss @@ -7,6 +7,34 @@ display: flex; flex-direction: row; } + + .dataviz-overlayButton-sidebar { + background: #121721; + height: 25px; + width: 25px; + right: 5px; + display: flex; + position: absolute; + align-items: center; + justify-content: center; + border-radius: 3px; + pointer-events: all; + z-index: 1; // so it appears on top of the document's title, if shown + + // box-shadow: $standard-box-shadow; + // transition: 0.2s; + + &:hover { + filter: brightness(0.85); + } + } + + .dataviz-sidebar { + position: absolute; + right: 0; + top: 0; + height: 100%; + } } .start-message { margin: 10px; |
