Files
JiboSDK/node_modules/jibo-sdk/styles/main.less
2026-03-22 04:24:01 +02:00

22 lines
296 B
Plaintext

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