]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/blob
f1ab45e4b27c17662bf4c65e7819cca1968ae218
[ceph.git] /
1 .overview-storage-card {
2   // Hiding the native chart title
3   &-chart {
4     .meter-title {
5       height: 0 !important;
6       display: none !important;
7     }
8
9     .spacer {
10       height: 0 !important;
11       display: none !important;
12     }
13   }
14
15   &-chart-header {
16     display: flex;
17     justify-content: space-between;
18   }
19
20   &-dropdown {
21     display: flex;
22     justify-content: flex-end;
23     align-items: flex-end;
24
25     .cds--label {
26       padding-right: var(--cds-spacing-03);
27     }
28
29     .cds--dropdown {
30       flex: 0 0 35%;
31     }
32   }
33 }