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