add private event support

This commit is contained in:
2024-04-23 19:13:42 +10:00
parent 735d39f52e
commit d6b6cb49cf
4 changed files with 12 additions and 1 deletions

View File

@@ -285,6 +285,10 @@ body.swal2-height-auto {
@apply bg-purple-600 text-xs;
}
.sm-banner-private {
@apply bg-purple-600;
}
.sm-registration-none, .sm-registration-email, .sm-registration-message, .sm-registration-scheduled, .sm-registration-draft {
@apply text-xs rounded py-2 px-2.5 text-center mb-4 border border-yellow-400 text-yellow-800 bg-yellow-100;
}
@@ -296,3 +300,7 @@ body.swal2-height-auto {
.sm-registration-full {
@apply text-xs rounded py-2 px-2.5 text-center mb-4 border border-purple-400 text-purple-800 bg-purple-100;
}
.sm-registration-private {
@apply text-xs rounded py-2 px-2.5 text-center mb-4 border border-purple-400 text-purple-800 bg-purple-100;
}