]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
b1da0a7b0f4ec326cbf82414970feafbf49d899e
[ceph.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.$gray-900;
16   }
17 }