summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss
blob: 1294f5922db523756d6137ff25f73e4dfade659f (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
@use './src/styles/vendor/variables' as vv;

cd-info-card {
  padding: 0 0.5vw;
}

::ng-deep cd-health .pg-status-popover-wrapper {
  position: relative;

  .popover {
    max-height: 20vh;
    max-width: unset !important;
    min-width: unset !important;
    position: absolute;
    width: 116%;

    .popover-body {
      font-size: 1rem;
      max-height: 19vh;
      max-width: 100%;
    }
  }
}

.logs-link {
  text-align: center;
}

.card-text-error {
  color: vv.$chart-danger;
  display: inline;
}

.card-text-line-break::after {
  content: '\A';
  white-space: pre;
}

.popover-info:hover {
  cursor: pointer;
}