ext(affordances): wireTotpPreview live ticker

This commit is contained in:
adlee-was-taken
2026-05-01 19:56:55 -04:00
parent bb8b86f0d5
commit c91b31a7ca
4 changed files with 155 additions and 0 deletions

View File

@@ -1411,3 +1411,24 @@ textarea {
color: var(--text-muted);
font-variant-numeric: tabular-nums;
}
.totp-preview {
margin-top: 6px;
padding: 6px 10px;
border: 1px dashed var(--border-subtle);
border-radius: 3px;
display: flex;
justify-content: space-between;
align-items: center;
font-variant-numeric: tabular-nums;
color: var(--text-muted);
}
.totp-code {
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
color: var(--accent);
}
.totp-countdown {
font-size: 11px;
}