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); }
+9 -1
View File
@@ -215,7 +215,15 @@ a:focus-visible {
-webkit-overflow-scrolling: touch;
}
.host-option small { display: block; color: var(--muted); font-size: 14px; }
.host-empty { color: var(--muted); font-size: 15px; padding: 10px 2px; }
.host-empty {
color: var(--muted);
font-size: 15px;
margin: -6px 0 18px;
padding: 12px 14px;
background: var(--card);
border-left: 4px solid var(--rule);
border-radius: 3px;
}
/* ---------------------------------------------------------- camera */