Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/file endpoint server #10

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add searchbar for sunburst
  • Loading branch information
alexisthual committed Dec 27, 2017
commit 950fa6a286c9c84df72f7df43e9b2bffe8681ddd
13 changes: 13 additions & 0 deletions app/src/application/components/d3Blocks/sunburst.less
Original file line number Diff line number Diff line change
@@ -6,6 +6,19 @@
}
}

#toolbox {
display: flex;
align-items: center;

> * {
margin: 5px;
}

.searchBar {
flex-basis: 40%;
}
}

path {
stroke: @dark-gray4;
stroke-width: 2px;
Loading