Bind dashboard front-end to component

This commit is contained in:
2020-02-22 22:38:28 +01:00
parent 6ca0a99e78
commit ada58864e0
14 changed files with 136 additions and 38 deletions
+5
View File
@@ -22,3 +22,8 @@ body {
background-color: white;
border-radius: 7px;
}
.fullSize {
width: 96%;
margin: 0 auto;
}