diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2022-07-01 12:20:19 -0700 |
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2022-07-01 12:20:19 -0700 |
| commit | 2e95a659dfaa37ecdea89866a8df3d4f9bbdecfe (patch) | |
| tree | f92d8a74854748d12016209a208aa35331761fbc /src/client/views/nodes/DataVizBox/HistogramBox.scss | |
| parent | da19cbc10d28b2e39a6592b80880106a415acc1c (diff) | |
| parent | 9da331c1a430625b136acbaa515d33448f96d495 (diff) | |
Merge branch 'master' into geireann-eslint-prettier
Diffstat (limited to 'src/client/views/nodes/DataVizBox/HistogramBox.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/HistogramBox.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/HistogramBox.scss b/src/client/views/nodes/DataVizBox/HistogramBox.scss new file mode 100644 index 000000000..5aac9dc77 --- /dev/null +++ b/src/client/views/nodes/DataVizBox/HistogramBox.scss @@ -0,0 +1,18 @@ +// change the stroke color of line-svg class +.svgLine { + position: absolute; + background: darkGray; + stroke: #000; + stroke-width: 1px; + width:100%; + height:100%; + opacity: 0.4; +} + +.svgContainer { + position: absolute; + top:0; + left:0; + width:100%; + height: 100%; +}
\ No newline at end of file |
