initial commit

This commit is contained in:
2022-12-22 16:38:25 +01:00
commit a3f54bb537
143 changed files with 24386 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
table {
display: block;
height: max(600px, calc(100vh - 300px));
width: 1080px;
overflow-x: auto;
overflow-y: auto;
border: none;
td {
border: none;
}
thead th {
position: sticky;
top: 0;
background-color: #222b45;
z-index: 2;
border: none;
}
thead th.list-title {
writing-mode: vertical-lr;
transform: rotate(180deg);
vertical-align: top;
}
tbody th {
position: sticky;
left: 0;
background-color: #222b45;
border: none;
z-index: 1;
}
tbody tr {
line-height: 5px;
}
}
nb-card.more-info-panel {
min-width: 450px;
max-width: 800px;
}