framework/less/admin/AppearancePage.less

35 lines
495 B
Plaintext
Raw Normal View History

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