Client - init users administration

This commit is contained in:
Sam
2021-10-31 11:21:21 +01:00
parent 6a002592f0
commit 1fa8f0af19
13 changed files with 373 additions and 11 deletions

View File

@ -232,6 +232,10 @@ button {
}
}
.center-text {
text-align: center;
}
.responsive-table {
margin-bottom: 15px;
/* responsive table, adapted from: */