should work now?
This commit is contained in:
28
node_modules/jibo-sdk/styles/toolbar.less
generated
vendored
Normal file
28
node_modules/jibo-sdk/styles/toolbar.less
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
@import "ui-variables";
|
||||
@import "ui-mixins";
|
||||
|
||||
.toolbar {
|
||||
width: 100%;
|
||||
height: 38px;
|
||||
background-color: @app-background-color;
|
||||
overflow-x: hidden;
|
||||
overflow-y: hidden;
|
||||
padding: 6px 0px;
|
||||
}
|
||||
|
||||
.comboBox {
|
||||
background-color: @button-background-color;
|
||||
border: 1px solid @button-border-color;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.combo-box-list {
|
||||
background-color: @base-background-color;
|
||||
border: 1px solid @button-border-color;
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
top: 0px;
|
||||
left: 100px;
|
||||
z-index: 10000;
|
||||
}
|
||||
Reference in New Issue
Block a user