2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/client/style/tree.scss
Faris Ansari 9878055ddf More functionality to Tree Component
- Make a basecomponent to encapsulate bootstrapping of WC
- Remove old tree.js
- Refactor Tree Components into JS and HTML
2018-04-12 02:04:45 +05:30

10 lines
123 B
SCSS

@import "./variables.scss";
.tree-body {
padding: $spacer-3 $spacer-4;
}
f-tree-node {
--tree-node-hover: $gray-100;
}