1
0
mirror of https://github.com/flarum/core.git synced 2025-01-18 06:38:25 +01:00
php-flarum/less/admin/AppearancePage.less
Charlie c3989cc952
AdminUX Overhaul (#2409)
- 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
2020-11-24 12:44:40 -05:00

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;
}
}