diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-07-31 13:47:28 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-07-31 13:47:28 -0400 |
| commit | 7da381226f86467729c4fcad685dac17e30c9bf9 (patch) | |
| tree | bf9ed77fb4fba57b6696158f9693deaf0ce8adda /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 71c3072bb253682ed16861de24bcb141ccf7f79e (diff) | |
color ui fix + editable titles
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index da5a274a5..fc0c4cea3 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -11,20 +11,32 @@ .graph-title{ align-items: center; font-size: larger; + display: flex; + flex-direction: row; + margin-top: -10px; + margin-bottom: -10px; } .selected-data{ align-items: center; + text-align: center; + display: flex; + flex-direction: row; + margin: 10px; + margin-top: 0px; + margin-bottom: -5px; } .slice { &.hover { stroke: black; + stroke-width: 2px; } } .histogram-bar{ outline: thin solid black; &.hover{ - outline: 5px solid black; + outline: 3px solid black; + outline-offset: -3px; } } |
