summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.scss
blob: 7b43a460ff42da3c79c45933bf07bb8a0f445a31 (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
.grafana {
  height: 600px;
  width: 100%;
  z-index: 0;
}

.grafana_one {
  height: 400px;
}

.grafana_two {
  height: 750px;
}

.grafana_three {
  height: 900px;
}

.grafana_four {
  height: 1160px;
}

.timepicker {
  label {
    font-weight: 700;
  }
}

.dropdown-menu {
  left: auto;
  right: 20px;
  top: 20px;
}