Added file scanning module.

This commit is contained in:
Patrick Fic
2020-10-21 14:33:45 -07:00
parent ee3136a3ac
commit 34e244783c
24 changed files with 435 additions and 61 deletions

View File

@@ -3,6 +3,20 @@ body {
overflow: hidden;
}
.imex-table-header {
display: flex;
flex-wrap: wrap;
justify-content: center;
&__search {
flex: 1;
}
& > * {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
}
.imex-flex-row {
display: flex;
justify-content: flex-start;
@@ -60,8 +74,6 @@ body {
height: 100%;
}
//Required for the tab with infinite loading
.ant-tabs-content {
height: 100%;