qmining-page/src/components/todoStuff/todoTable.module.css

33 lines
432 B
CSS

.tableContainer {
overflow-y: hidden;
overflow-x: auto;
margin: 5px 0px;
}
.table {
justify-content: center;
}
.container {
flex-direction: column;
margin-top: 30px;
margin-bottom: 50px;
}
.title {
text-align: center;
font-size: 20px;
font-weight: bold;
}
.scroll {
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
.empty {
display: flex;
justify-content: center;
padding: 10px 0px;
}