mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
71ccdc00e6
* AdminPage * More fixes * Settings Modal Drop * Translation and docblock * settingS * Convert Fieldset to JSX * info -> headerInfo, className * Overflow fixes * MailPage * Admin Less * Basics Page * Changes * Cleanup * Permission Page * Add padding
46 lines
629 B
Plaintext
46 lines
629 B
Plaintext
.AppearancePage {
|
|
padding-bottom: 30px;
|
|
|
|
@media @desktop-up {
|
|
.container {
|
|
max-width: 600px;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
fieldset {
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
.AppearancePage-colors-input {
|
|
overflow: hidden;
|
|
|
|
.Form-group {
|
|
display: inline-block;
|
|
}
|
|
|
|
.Form-group:last-child {
|
|
margin-bottom: 24px !important;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
input {
|
|
float: left;
|
|
|
|
&:first-child {
|
|
margin-right: 2%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.AppearancePage-colors .Checkbox {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.EditCustomCssModal, .EditCustomHeaderModal {
|
|
textarea {
|
|
font-family: monospace;
|
|
line-height: 1;
|
|
}
|
|
}
|