Public Access
Visitor sign in kiosk: multi-site, badge printing, WWCC expiry warnings, admin accounts with 2FA
This commit is contained in:
@@ -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); }
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user