aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/Chart.scss
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-07-27 13:55:56 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-07-27 13:55:56 -0400
commitad6cbd1e4abf97cff81d160b3b3afa0bc9b8c204 (patch)
treeab22e8095b2d865be37708a705d6bba2e284334d /src/client/views/nodes/DataVizBox/components/Chart.scss
parented63ae81b1ba6954c1a1e75da8df8665a7a34fd1 (diff)
titles
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/components/Chart.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss
index 808300c2c..5945840b5 100644
--- a/src/client/views/nodes/DataVizBox/components/Chart.scss
+++ b/src/client/views/nodes/DataVizBox/components/Chart.scss
@@ -8,6 +8,13 @@
.graph{
overflow: visible;
}
+ .graph-title{
+ align-items: center;
+ font-size: larger;
+ }
+ .selected-data{
+ align-items: center;
+ }
.slice {
&.hover {
stroke: black;
@@ -56,8 +63,4 @@
// change the color of the circle element to be red
fill: red;
}
-
- .selected-data{
- text-align: center;
- }
}