Files

22 lines
296 B
Plaintext
Raw Permalink Normal View History

2026-03-22 03:21:45 +02:00
@import "ui-variables";
.modal-background {
background-color: @base-background-color;
}
.fill {
display: flex;
flex-direction: column;
justify-content: center;
}
.fill > div {
/* these are the flex items */
flex-grow: 1;
}
.bodyRenderer {
width: 800;
height: 600;
}