]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/blob
4eefc8892b838d4be7238a8af72bf1738370bae6
[ceph.git] /
1 @use './src/styles/vendor/variables' as vv;
2
3 .tree-container {
4   height: calc(100vh - vv.$tree-container-height);
5 }
6
7 .align-inline-btns {
8   margin-left: 5em;
9 }
10
11 .btn:disabled {
12   pointer-events: none;
13 }
14
15 cd-table-key-value {
16   ::ng-deep .table-scroller {
17     overflow: unset;
18   }
19 }