initial basic mockup on gui layout before integrating with api calls

This commit is contained in:
Blake J. Harnden 2018-05-03 20:28:00 -07:00
parent aaa125a896
commit b10c7fe502
15 changed files with 771 additions and 2 deletions

15
webapp/static/core.css Normal file
View 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;
}