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

This commit is contained in:
2026-09-01 15:45:47 +10:00
parent a7564b9033
commit cccba98d97
5 changed files with 92 additions and 22 deletions
+16
View File
@@ -353,3 +353,19 @@ a:focus-visible {
border: 0;
visibility: hidden;
}
/* --------------------------------------------------- host dropdown */
.picker {
width: 100%;
padding: 15px 14px;
border: 1px solid var(--rule);
border-radius: 3px;
background: var(--card);
color: var(--ink);
font: inherit;
font-size: 20px;
/* Tall enough to be a comfortable touch target on a tablet. */
min-height: 58px;
}
.picker:disabled { color: var(--muted); }