Added dashboard framework. Components are not yet created nor is the query finalized. BOD-79

Missed in previous commit. BOD-79
This commit is contained in:
Patrick Fic
2020-07-14 15:21:38 -07:00
parent e91751e20c
commit 2eb8360f5d
28 changed files with 753 additions and 85 deletions

View File

@@ -0,0 +1,12 @@
.dashboard-card {
// background-color: green;
.ant-card-body {
// background-color: red;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
}