Added group administration

This commit is contained in:
2024-08-03 13:59:48 +02:00
parent 4ba55686a5
commit 4ec531f026
12 changed files with 483 additions and 16 deletions

View File

@@ -0,0 +1,26 @@
.title {
display: flex;
flex-direction: row;
gap: 10px;
margin-bottom: 10px;
}
#search {
margin-left: auto;
}
th, h3 {
user-select: none;
}
h3 {
color: white;
}
.reload, .sorter {
cursor: pointer;
}
.bold {
font-weight: bold;
}