05/09 Update: add passkey
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user