aboutsummaryrefslogtreecommitdiff
path: root/src/client/northstar/dash-nodes/HistogramBox.scss
blob: b11840a658a5a11a0c46ee008e1809075027a3b7 (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
.histogrambox-container {
    padding: 0vw;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    background: black;
  }
  .histogrambox-xaxislabel {
    position:absolute;
    width:100%;
    text-align: center;
    bottom:0;
    background: lightgray;
    font-size: 14;
    font-weight: bold;
  }
  .histogrambox-yaxislabel {
    position:absolute;
    height:100%;
    width: 25px;
    bottom:0;
    background: lightgray;
  }
  .histogrambox-yaxislabel-text {
    position:absolute;
    transform-origin: left;
    transform: rotate(-90deg);
    text-align: center;
    font-size: 14;
    font-weight: bold;
    bottom: calc(50% - 25px);
  }