mirror of
https://github.com/flarum/core.git
synced 2025-01-18 06:38:25 +01: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
37 lines
511 B
Plaintext
37 lines
511 B
Plaintext
.AppearancePage {
|
|
|
|
@media @desktop-up {
|
|
.container {
|
|
max-width: 600px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
fieldset {
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
.AppearancePage-colors-input {
|
|
overflow: hidden;
|
|
|
|
input {
|
|
width: 49%;
|
|
float: left;
|
|
|
|
&:first-child {
|
|
margin-right: 2%;
|
|
}
|
|
}
|
|
}
|
|
.AppearancePage-colors-input,
|
|
.AppearancePage-colors .Checkbox {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.EditCustomCssModal, .EditCustomHeaderModal {
|
|
textarea {
|
|
font-family: monospace;
|
|
line-height: 1;
|
|
}
|
|
}
|