13 lines
170 B
SCSS
13 lines
170 B
SCSS
.organization-tree {
|
|
ul,
|
|
li {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.organization-tree-node-invisible {
|
|
display: none;
|
|
}
|
|
}
|