This commit is contained in:
David Štaleker
2024-03-11 18:22:37 +01:00
parent 172626c8ee
commit dda4b613f8
32 changed files with 442 additions and 76 deletions

View File

@@ -0,0 +1,14 @@
.table > tbody > tr > td:nth-child(2),
.table > thead > tr > th:nth-child(2) {
width: 100px
}
.table > tbody > tr > td:nth-child(3),
.table > thead > tr > th:nth-child(3) {
width: 100px;
text-align: right;
}
.div-boards {
height: 63vh;
overflow-x: auto;
}

View File

@@ -0,0 +1,13 @@
.div-placeholder{
height: 100%;
width: 100%;
}
.div-no-pages{
padding: 20%;
text-align: center;
}
.div-no-pages > h2{
margin-top: 10px;
}