mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
30 lines
353 B
Plaintext
30 lines
353 B
Plaintext
.SettingsPage {
|
|
margin-top: 5px;
|
|
|
|
> ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
> li {
|
|
margin-bottom: 25px;
|
|
}
|
|
}
|
|
fieldset > ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
> li {
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
}
|
|
.Settings-account {
|
|
li {
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|