initial basic mockup on gui layout before integrating with api calls
This commit is contained in:
parent
aaa125a896
commit
b10c7fe502
15 changed files with 771 additions and 2 deletions
15
webapp/static/core.css
Normal file
15
webapp/static/core.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.container-fluid {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.navbar-text {
|
||||
color: #17a2b8 !important;
|
||||
background-color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.vis-network {
|
||||
background-color: #f8f9fa !important;
|
||||
border: 1px solid #dee2e6;
|
||||
border-radius: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue