mirror of
https://github.com/flarum/core.git
synced 2025-07-28 20:20:34 +02:00
32 lines
376 B
Plaintext
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;
|
|
}
|
|
}
|