Initial version

This commit is contained in:
Przemek Wiech
2019-01-26 22:01:07 +01:00
parent 12d9246add
commit b5775ef687
14 changed files with 906 additions and 0 deletions

35
src/index.css Normal file
View File

@@ -0,0 +1,35 @@
body, html, #root {
height: 100%;
}
.node {
cursor: pointer;
}
.root {
height: 100%;
display: flex;
flex-direction: column;
}
#svgContainer {
flex: 1 1 auto;
overflow: scroll;
}
.hidden {
display: none;
}
p.comment {
margin-top: 16px;
}
div.ui.negative.message {
margin: auto;
}
div.ui.card.intro {
width: 600px;
margin: auto;
}