ovpnmain.cgi: Unify the error message box

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-04-10 14:26:43 +02:00
parent 1ab0b00940
commit 9f3c37ab0c
14 changed files with 62 additions and 20 deletions

View File

@@ -194,6 +194,15 @@ section.is-box {
border: 1px solid var(--color-grey);
}
section.is-error {
color: var(--color-red);
border: 1px solid var(--color-red);
}
section.is-error ul {
margin-bottom: 0 !important;
}
section .title {
margin-bottom: 1rem;
border-bottom: 1px solid var(--color-grey);