aboutsummaryrefslogtreecommitdiff
path: root/src/client/northstar/dash-nodes/HistogramBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-07 23:01:46 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-07 23:01:46 -0400
commite262d9ac73af5b2cef384468c47d69917e205d44 (patch)
tree4b563896d93febb233e7bffc2a292af4097136b3 /src/client/northstar/dash-nodes/HistogramBox.scss
parent52ad8b3874419a76e6953c3bd698d9e68a3158a6 (diff)
lots of code cleanup - removed all northstar db stuff. added scriptingBox. renamed things. made collectiontypes strings not numbers.
Diffstat (limited to 'src/client/northstar/dash-nodes/HistogramBox.scss')
-rw-r--r--src/client/northstar/dash-nodes/HistogramBox.scss40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBox.scss b/src/client/northstar/dash-nodes/HistogramBox.scss
deleted file mode 100644
index 06d781263..000000000
--- a/src/client/northstar/dash-nodes/HistogramBox.scss
+++ /dev/null
@@ -1,40 +0,0 @@
-.histogrambox-container {
- padding: 0vw;
- position: absolute;
- top: -50%;
- left:-50%;
- text-align: center;
- width: 100%;
- height: 100%;
- background: black;
- }
- .histogrambox-xaxislabel {
- position:absolute;
- left:0;
- width:100%;
- text-align: center;
- bottom:0;
- background: lightgray;
- font-size: 14;
- font-weight: bold;
- }
- .histogrambox-yaxislabel {
- position:absolute;
- height:100%;
- width: 25px;
- left:0;
- bottom:0;
- background: lightgray;
- }
- .histogrambox-yaxislabel-text {
- position:absolute;
- left:0;
- width: 1000px;
- transform-origin: 10px 10px;
- transform: rotate(-90deg);
- text-align: left;
- font-size: 14;
- font-weight: bold;
- bottom: calc(50% - 25px);
- }
- \ No newline at end of file