mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
29 lines
352 B
CSS
29 lines
352 B
CSS
.tableContainer {
|
|
overflow-y: hidden;
|
|
overflow-x: auto;
|
|
margin: 5px 0px;
|
|
}
|
|
|
|
.table {
|
|
display: flex;
|
|
}
|
|
|
|
.categoryName {
|
|
text-align: center;
|
|
margin: 5px 0px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: white;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.tableCol {
|
|
flex: 1;
|
|
}
|
|
|
|
.empty {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 10px 0px;
|
|
}
|