index.less
427 Bytes
@import '~@qx/ui/src/style/variable.less';
.qx-formula-cm {
.CodeMirror {
height: auto;
line-height: 24px;
}
}
.cm-bg .CodeMirror {
background-color: @N2 !important;
border: 1px solid @N4;
}
.qx-copy-send-cm {
.CodeMirror {
height: auto;
min-height: 80px;
line-height: 24px;
}
}
.qx-field-setter__clear {
position: absolute;
right: 8px;
bottom: 8px;
color: @N4;
font-size: 14px;
}