Registration form for new users

This commit is contained in:
Simon Martens
2025-05-23 16:26:03 +02:00
parent f641a32cb5
commit c44467f229
22 changed files with 805 additions and 9 deletions

View File

@@ -512,6 +512,14 @@
@apply !text-slate-900 bg-stone-50;
}
.user-invites .user-chooser a {
@apply py-1 rounded no-underline;
}
.user-invites .user-chooser a[aria-current="page"] {
@apply font-bold !bg-stone-50 relative border-b z-20 shadow;
}
@keyframes spin {
0% {
transform: rotate(0deg);