mirror of
https://github.com/flarum/core.git
synced 2025-07-16 14:26:25 +02:00
Add padding between items in fieldsets on the settings page
This commit is contained in:
@ -7,13 +7,17 @@
|
||||
padding: 0;
|
||||
|
||||
> li {
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
}
|
||||
fieldset > ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
> li {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.Settings-account {
|
||||
|
Reference in New Issue
Block a user