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