Added missing files

This commit is contained in:
mrfry 2020-11-28 16:49:52 +01:00
parent 4f12a18e28
commit db5aad0f8c
5 changed files with 253 additions and 0 deletions

View file

@ -0,0 +1,23 @@
.tableContainer {
overflow-y: hidden;
overflow-x: auto;
margin: 5px 0px;
}
.table {
display: flex;
min-width: 800px;
}
.categoryName {
text-align: center;
margin: 5px 0px;
font-size: 16px;
font-weight: bold;
color: white;
white-space: nowrap;
}
.tableCol {
flex: 1;
}