diff options
| author | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-07-25 19:10:55 -0400 |
|---|---|---|
| committer | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-07-25 19:10:55 -0400 |
| commit | ba8cb4194062b0f939afd136a269625f9f26dcaa (patch) | |
| tree | 7fead1b076faa4576eeae0474db365c9c8c2b88e /src/client/views/nodes/DataVizBox/HistogramBox.scss | |
| parent | 9730011a61bb3b1522ac59f12a26fbd36f7917a0 (diff) | |
cleaned up code and moved files around
Diffstat (limited to 'src/client/views/nodes/DataVizBox/HistogramBox.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/HistogramBox.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/client/views/nodes/DataVizBox/HistogramBox.scss b/src/client/views/nodes/DataVizBox/HistogramBox.scss deleted file mode 100644 index 5aac9dc77..000000000 --- a/src/client/views/nodes/DataVizBox/HistogramBox.scss +++ /dev/null @@ -1,18 +0,0 @@ -// 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 |
