aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/HistogramBoxPrimitives.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/HistogramBoxPrimitives.scss')
-rw-r--r--src/client/views/nodes/HistogramBoxPrimitives.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/HistogramBoxPrimitives.scss b/src/client/views/nodes/HistogramBoxPrimitives.scss
new file mode 100644
index 000000000..c88d3a227
--- /dev/null
+++ b/src/client/views/nodes/HistogramBoxPrimitives.scss
@@ -0,0 +1,10 @@
+.histogramboxprimitives-border {
+ border: 1px;
+ border-style: solid;
+ pointer-events: none;
+ position: absolute;
+ border-color: #282828;
+}
+.histogramboxprimitives-bar {
+ position: absolute;
+} \ No newline at end of file