1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Mail drivers: Separate definition from validation

This commit is contained in:
Franz Liedke
2020-01-24 15:17:54 +01:00
parent 4fea25959c
commit 97b2db84c6
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;
}
}