8 lines
196 B
SCSS
8 lines
196 B
SCSS
@import '~jstree/dist/themes/default-dark/style';
|
|
|
|
$theme-name: 'default-dark';
|
|
$throbber-bg: "url('throbber.gif')";
|
|
$small-bg: "url('32px.png')";
|
|
$big-bg: "url('40px.png')";
|
|
|
|
@import "../theme";
|