You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
512 B
Plaintext

2 years ago
@height: 2.25em;
@text-size: 0.95em;
.isekai-create-page {
.card-body {
flex: 1 1 auto;
padding: 0.25em;
font-size: 1.25em;
.card-content {
overflow-y: auto;
padding: 1em 0.5em;
margin: 0 0.4em;
min-height: @height;
font-size: @text-size;
.oo-ui-fieldLayout-header {
display: none;
}
.oo-ui-fieldLayout-messages {
margin: 0.5em 0 0 0.5em;
}
.oo-ui-actionFieldLayout.oo-ui-fieldLayout-align-top {
max-width: none;
}
}
}
4 years ago
}