should work now?
This commit is contained in:
21
node_modules/jibo-sdk/styles/main.less
generated
vendored
Normal file
21
node_modules/jibo-sdk/styles/main.less
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user