first commit

This commit is contained in:
2026-05-22 20:46:29 +08:00
commit b04f87f2b0
121 changed files with 14851 additions and 0 deletions

17
public/css/usersAdmin.css Normal file
View File

@@ -0,0 +1,17 @@
.user-table-card {
border: none !important;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
border-radius: 1rem !important;
}
.user-table-card .card-body {
padding: 0 !important;
}
.badge-admin {
background-color: #36b9cc !important;
}
.badge-staff {
background-color: #858796 !important;
}