]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
5228f35426e01702057b987d7c0f5a53c08d4f4e
[ceph.git] /
1 @use './src/styles/vendor/variables' as vv;
2
3 // Angular2-Tree Component
4 ::ng-deep cd-cephfs-directories tree-root {
5   .tree-children {
6     overflow: inherit;
7   }
8 }
9
10 .quota-origin {
11   color: vv.$primary;
12   cursor: pointer;
13
14   &:hover {
15     color: vv.$gray-900;
16   }
17 }
18
19 .card-tree {
20   height: 50vh;
21 }