diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-29 13:18:35 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-29 13:18:35 -0400 |
| commit | 1bd678851632bbbb302363574eb5e3e19dc343e9 (patch) | |
| tree | 8526a6c84303f1dc5a5e284ec03c97cf3b3a6bac /src/client/views/nodes/HistogramBoxPrimitives.scss | |
| parent | c3eea60fa586e8ff9cf59497c041044fd0143bb1 (diff) | |
reorganized and mostly working northstar histograms.
Diffstat (limited to 'src/client/views/nodes/HistogramBoxPrimitives.scss')
| -rw-r--r-- | src/client/views/nodes/HistogramBoxPrimitives.scss | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/client/views/nodes/HistogramBoxPrimitives.scss b/src/client/views/nodes/HistogramBoxPrimitives.scss deleted file mode 100644 index 85f2c092d..000000000 --- a/src/client/views/nodes/HistogramBoxPrimitives.scss +++ /dev/null @@ -1,25 +0,0 @@ -.histogramboxprimitives-border { - border: 3px; - border-style: solid; - border-color: #282828; - pointer-events: none; - position: absolute; -} -.histogramboxprimitives-bar { - position: absolute; - border: 1px; - border-style: solid; - border-color: #282828; - pointer-events: all; -} - -.histogramboxprimitives-placer { - position: absolute; - pointer-events: none; - width: 100%; - height: 100%; -} -.histogramboxprimitives-line { - position: absolute; - background: lightgray; -}
\ No newline at end of file |
