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