]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/blob
1d8cdca85581b6419c789e22f05367e2f9851ac4
[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       display: none !important;
25     }
26
27     .spacer {
28       display: none !important;
29     }
30   }
31 }