05/09 Update: add passkey

This commit is contained in:
Nguyen Ngo
2026-05-09 15:34:38 -04:00
parent 09193fd81c
commit 267c36af4d
3 changed files with 134 additions and 2 deletions
+13
View File
@@ -2350,3 +2350,16 @@ html.sidebar-open {
.btn-favorite:active {
transform: scale(0.88);
}
/* ── Passkey form info callout ──────────────────────────────────────────────── */
.passkey-info-callout {
background: #eff6ff;
border: 1px solid #bfdbfe;
border-radius: var(--radius);
color: #1d4ed8;
font-size: 12px;
line-height: 1.5;
padding: 10px 12px;
margin-bottom: 14px;
}