aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/HistogramBox.scss
blob: 2660b1b759ed13903cc5a94bb580cb0d47e28de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.histogrambox-container {
    padding: 0vw;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .histogrambox-xaxislabel {
    position:absolute;
    width:100%;
    text-align: center;
    bottom:0;
    font-size: 14;
    font-weight: bold;
  }
  
  .histogrambox-container {
    position:absolute;
    width:100%;
    height: 100%;
  }