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/northstar/dash-nodes/HistogramLabelPrimitives.scss | |
| parent | c3eea60fa586e8ff9cf59497c041044fd0143bb1 (diff) | |
reorganized and mostly working northstar histograms.
Diffstat (limited to 'src/client/northstar/dash-nodes/HistogramLabelPrimitives.scss')
| -rw-r--r-- | src/client/northstar/dash-nodes/HistogramLabelPrimitives.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramLabelPrimitives.scss b/src/client/northstar/dash-nodes/HistogramLabelPrimitives.scss new file mode 100644 index 000000000..304d33771 --- /dev/null +++ b/src/client/northstar/dash-nodes/HistogramLabelPrimitives.scss @@ -0,0 +1,13 @@ + + .histogramLabelPrimitives-gridlabel { + position:absolute; + transform-origin: left top; + font-size: 11; + color:white; + } + .histogramLabelPrimitives-placer { + position:absolute; + width:100%; + height:100%; + pointer-events: none; + }
\ No newline at end of file |
