aboutsummaryrefslogtreecommitdiff
path: root/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss
blob: 26203612ac56e2b7325616f7c2ed604c36e4b5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.histogramboxprimitives-container {
    width: 100%;
    height: 100%;
}
.histogramboxprimitives-border {
    border: 3px;
    pointer-events: none;
    position: absolute;
    fill:"transparent";
    stroke: white;
    stroke-width: 1px;
}
.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-svgContainer {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.histogramboxprimitives-line {
    position: absolute;
    background: darkGray;
    stroke: darkGray;
    stroke-width: 1px;
    width:100%;
    height:100%;
    opacity: 0.4;
}