mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
ovpnmain.cgi: Unify the error message box
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user