1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Mail drivers: Separate definition from validation

This commit is contained in:
Franz Liedke
2020-01-24 15:17:54 +01:00
parent 42861dd986
commit 89b0e16ef3
18 changed files with 284 additions and 235 deletions

View File

@@ -8,14 +8,14 @@
}
}
fieldset {
margin-bottom: 30px;
fieldset, .Alert {
margin-bottom: 20px;
}
> ul {
list-style: none;
margin: 0;
padding: 0;
}
fieldset > ul {
list-style: none;
margin: 0;
padding: 0;
}
}