highlight approval flow for non-default login domains

This commit is contained in:
Deploy
2026-04-02 23:54:28 +02:00
parent d2d42af495
commit e95519a4ea
3 changed files with 43 additions and 0 deletions

View File

@@ -800,6 +800,21 @@ dd {
color: var(--ok);
}
.message.domain-notice {
min-height: 0;
margin-top: 0.1rem;
padding: 0.5rem 0.7rem;
border-radius: 10px;
border: 1px solid var(--primary);
color: var(--text);
background: rgba(48, 182, 247, 0.12);
font-weight: 600;
}
html[data-theme="light"] .message.domain-notice {
background: rgba(0, 119, 182, 0.1);
}
.reveal {
animation: fade-up 500ms ease;
}