aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/HistogramBoxPrimitives.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-03-26 22:37:24 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-03-26 22:37:24 -0400
commitf51ca77dcea14bafe4126b5cf7b092db6d3c2c5b (patch)
tree9491fc2353903b6a5fe56516c4528ed67e57143b /src/client/views/nodes/HistogramBoxPrimitives.scss
parent92aaac7cd78b9287d7f6ee85e73b3cad1c42d80c (diff)
a bunch more cleanup
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