]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss
1294f5922db523756d6137ff25f73e4dfade659f
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / dashboard / health / health.component.scss
1 @use './src/styles/vendor/variables' as vv;
2
3 cd-info-card {
4 padding: 0 0.5vw;
5 }
6
7 ::ng-deep cd-health .pg-status-popover-wrapper {
8 position: relative;
9
10 .popover {
11 max-height: 20vh;
12 max-width: unset !important;
13 min-width: unset !important;
14 position: absolute;
15 width: 116%;
16
17 .popover-body {
18 font-size: 1rem;
19 max-height: 19vh;
20 max-width: 100%;
21 }
22 }
23 }
24
25 .logs-link {
26 text-align: center;
27 }
28
29 .card-text-error {
30 color: vv.$chart-danger;
31 display: inline;
32 }
33
34 .card-text-line-break::after {
35 content: '\A';
36 white-space: pre;
37 }
38
39 .popover-info:hover {
40 cursor: pointer;
41 }