]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / dashboard / health / health.component.scss
CommitLineData
9f95a23c 1@import 'styles';
11fdf7f2
TL
2
3cd-info-card {
4 padding: 0 0.5vw 0 0.5vw;
9f95a23c
TL
5 @extend .d-flex;
6 @extend .flex-column;
7 @extend .mb-4;
11fdf7f2
TL
8}
9
10::ng-deep .pg-status-popover-wrapper {
11 position: relative;
12
13 .popover {
14 position: absolute;
15 width: 116%;
16 max-height: 20vh;
17 min-width: unset !important;
18 max-width: unset !important;
19
20 .popover-body {
21 max-width: 100%;
22 max-height: 19vh;
23 font-size: 12px;
24 }
25 }
26}
27
28.logs-link {
29 text-align: center;
30}
31
32.card-text-error {
33 display: inline;
34 color: $color-solid-red;
35}
36
37.card-text-line-break:after {
38 content: '\A';
39 white-space: pre;
40}
41
42.mgr-active-name:hover {
43 cursor: pointer;
44}
9f95a23c
TL
45
46::ng-deep cd-info-card {
47 @extend .col-12;
48 @extend .col-sm-12;
49 @extend .col-md-6;
50 @extend .col-lg-4;
51
52 &.cd-status-card {
53 @extend .col-xl-3;
54 }
55
56 &.cd-performance-card,
57 &.cd-capacity-card {
58 @extend .col-xl;
59 }
60}