UNPKG

382 BCSSView Raw
1.rel {
2 position: relative
3}
4
5#plot {
6 pointer-events: none;
7 position: absolute;
8 bottom: 10px;
9 left: 10px;
10}
11
12.bar {
13 pointer-events: auto;
14 fill: #AFAFB9;
15}
16
17.bar.selected {
18 fill: green;
19}
20
21.tip {
22 position: absolute;
23 background: black;
24 color: white;
25 padding: 6px;
26 font-size: 12px;
27 border-radius: 4px;
28 margin-bottom: 10px;
29 display: none;
30 opacity: 0;
31}