1
0
mirror of https://github.com/flarum/core.git synced 2025-05-11 18:05:29 +02:00
php-flarum/less/forum/SettingsPage.less

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;
}
}