highlight approval flow for non-default login domains
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user