mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
feat(admin): add SMTP test email button on parametres page
This commit is contained in:
@@ -1483,6 +1483,47 @@ label:has(+ div > input:required)::after {
|
||||
|
||||
|
||||
/* ── SMTP section ─────────────────────────────────────────────────────── */
|
||||
.param-smtp-test {
|
||||
margin-top: var(--space-m);
|
||||
}
|
||||
.param-smtp-test-form {
|
||||
margin-top: var(--space-s);
|
||||
}
|
||||
.param-smtp-test-row {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: var(--space-s);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.param-smtp-test-row > div {
|
||||
flex: 1 1 260px;
|
||||
}
|
||||
.param-smtp-test-row label {
|
||||
display: block;
|
||||
font-size: var(--step--1);
|
||||
font-weight: 600;
|
||||
margin-bottom: var(--space-2xs);
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
.param-smtp-test-row input[type="email"] {
|
||||
width: 100%;
|
||||
padding: var(--space-xs) var(--space-s);
|
||||
border: 1px solid var(--border-primary);
|
||||
border-radius: 4px;
|
||||
background: var(--bg-primary);
|
||||
color: var(--text-primary);
|
||||
font-size: var(--step--1);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.param-smtp-test-row input[type="email"]:focus {
|
||||
outline: 2px solid var(--accent-primary);
|
||||
outline-offset: 1px;
|
||||
}
|
||||
.param-smtp-test-row > button {
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.param-smtp-status {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user