1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 20:20:34 +02:00
Files
php-flarum/less/admin/AdvancedPage.less
2016-04-17 09:54:41 -04:00

32 lines
376 B
Plaintext

.AdvancedPage {
padding: 20px 0;
@media @desktop-up {
.container {
max-width: 600px;
margin: 0;
}
}
fieldset {
margin-bottom: 30px;
> ul {
list-style: none;
margin: 0;
padding: 0;
}
}
}
.AdvancedPage-mailSettings-input {
.FormControl {
margin-bottom: 1px;
}
:last-child {
margin-bottom: 0;
}
}