mirror of
https://github.com/flarum/framework.git
synced 2025-01-22 20:56:28 +08:00
c3989cc952
- Extensions now have their own pages - The API for extensions to register permissions and settings has been overhauled via the `flarum/admin/utils/ExtensionData` util - An extension grid has been added as a widget to the Dashboard page
32 lines
363 B
Plaintext
32 lines
363 B
Plaintext
.MailPage {
|
|
|
|
@media @desktop-up {
|
|
.container {
|
|
max-width: 600px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
fieldset, .Alert {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
fieldset > ul {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.MailPage-MailSettings-input {
|
|
|
|
label {
|
|
display: block;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.Select {
|
|
display: block;
|
|
}
|
|
}
|