Skip to content

Commit

Permalink
Add libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jmederly committed May 7, 2021
1 parent 5b087c8 commit f47f5da
Show file tree
Hide file tree
Showing 9 changed files with 3,590 additions and 0 deletions.
@@ -0,0 +1,11 @@
/* required LIB STYLES */
/* .Treant se automatski dodaje na svaki chart conatiner */
.Treant { position: relative; overflow: hidden; padding: 0 !important; }
.Treant > .node,
.Treant > .pseudo { position: absolute; display: block; visibility: hidden; }
.Treant.Treant-loaded .node,
.Treant.Treant-loaded .pseudo { visibility: visible; }
.Treant > .pseudo { width: 0; height: 0; border: none; padding: 0; }
.Treant .collapse-switch { width: 3px; height: 3px; display: block; border: 1px solid black; position: absolute; top: 1px; right: 1px; cursor: pointer; }
.Treant .collapsed .collapse-switch { background-color: #868DEE; }
.Treant > .node img { border: none; float: left; }

0 comments on commit f47f5da

Please sign in to comment.