mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
33 lines
432 B
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;
|
|
}
|