]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
f67539c2 1@use './src/styles/vendor/variables' as vv;
11fdf7f2
TL
2
3cd-info-card {
f67539c2 4 padding: 0 0.5vw;
11fdf7f2
TL
5}
6
f67539c2 7::ng-deep cd-health .pg-status-popover-wrapper {
11fdf7f2
TL
8 position: relative;
9
10 .popover {
11fdf7f2 11 max-height: 20vh;
11fdf7f2 12 max-width: unset !important;
f67539c2
TL
13 min-width: unset !important;
14 position: absolute;
15 width: 116%;
11fdf7f2
TL
16
17 .popover-body {
f67539c2 18 font-size: 1rem;
11fdf7f2 19 max-height: 19vh;
f67539c2 20 max-width: 100%;
11fdf7f2
TL
21 }
22 }
23}
24
25.logs-link {
26 text-align: center;
39ae355f
TL
27
28 a {
29 color: vv.$primary;
30 }
11fdf7f2
TL
31}
32
33.card-text-error {
20effc67 34 color: vv.$chart-danger;
11fdf7f2 35 display: inline;
11fdf7f2
TL
36}
37
f67539c2 38.card-text-line-break::after {
11fdf7f2
TL
39 content: '\A';
40 white-space: pre;
41}
42
801d1391 43.popover-info:hover {
11fdf7f2
TL
44 cursor: pointer;
45}