]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss
import ceph quincy 17.2.6
[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 a {
29 color: vv.$primary;
30 }
31 }
32
33 .card-text-error {
34 color: vv.$chart-danger;
35 display: inline;
36 }
37
38 .card-text-line-break::after {
39 content: '\A';
40 white-space: pre;
41 }
42
43 .popover-info:hover {
44 cursor: pointer;
45 }