feat: inline email retry on 550 rejection in tfe access request form

This commit is contained in:
Pontoporeia
2026-04-30 13:52:09 +02:00
parent da53bf5d7a
commit 0f849468f7
4 changed files with 32 additions and 0 deletions

View File

@@ -324,6 +324,11 @@ aside figcaption {
color: #742a2a;
}
.tfe-access-request-form input.input-error {
border-color: #fc8181;
outline-color: #fc8181;
}
/* Responsive */
@media (max-width: 900px) {
.tfe-layout {