]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
040c588dc865667e8aef27ccc0a796e838c2a815
[ceph-ci.git] /
1 @use './src/styles/defaults/bootstrap-defaults' as bd;
2
3 // Angular2-Tree Component
4 ::ng-deep tree-root {
5   .tree-children {
6     overflow: inherit;
7   }
8 }
9
10 .quota-origin {
11   color: bd.$color-brand-teal;
12   cursor: pointer;
13
14   &:hover {
15     color: bd.$color-gray13;
16   }
17 }