mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-14 11:33:47 +00:00
Initial version
This commit is contained in:
35
src/index.css
Normal file
35
src/index.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user