mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 07:38:01 +08:00
35 lines
495 B
Plaintext
35 lines
495 B
Plaintext
.AppearancePage {
|
|
@media @desktop-up {
|
|
.container {
|
|
max-width: 600px;
|
|
padding: 30px;
|
|
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 textarea {
|
|
font-family: monospace;
|
|
line-height: 1;
|
|
}
|