mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 13:05:50 +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
20 lines
255 B
Plaintext
20 lines
255 B
Plaintext
.AdminHeader {
|
|
background: @control-bg;
|
|
margin-bottom: 20px;
|
|
padding: 20px 0;
|
|
|
|
h2 {
|
|
margin-top: 0;
|
|
margin-bottom: 10px;
|
|
color: @muted-color;
|
|
}
|
|
|
|
.AdminHeader-description {
|
|
margin: 0;
|
|
}
|
|
|
|
.icon {
|
|
margin-right: 15px;
|
|
}
|
|
}
|