Visitor sign in kiosk: multi-site, badge printing, WWCC expiry warnings, admin accounts with 2FA

This commit is contained in:
2026-09-01 16:08:27 +10:00
parent cccba98d97
commit c21123885d
7 changed files with 211 additions and 65 deletions
+7
View File
@@ -344,3 +344,10 @@ tr.row-bad td { background: #fdf0f2; }
background: #fdf3d8;
color: var(--ink);
}
.plain-list { margin: 0 0 14px; padding-left: 20px; font-size: 14.5px; }
.plain-list li { margin-bottom: 5px; }
/* The confirmation for a destructive action should not look like a Save. */
#modal.destructive { border-top-color: var(--alert); }
#modal.destructive .primary { border-color: var(--alert); background: var(--alert); }