mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 22:48:08 +01:00
20 lines
348 B
SCSS
20 lines
348 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
|
|
/deep/ .angular-tree-component {
|
|
cursor: default;
|
|
|
|
.node-wrapper {
|
|
.node-content-wrapper {
|
|
background: none;
|
|
box-shadow: none;
|
|
cursor: default;
|
|
}
|
|
|
|
.toggle-children-wrapper {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|