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

33 lines
522 B
Plaintext

@import "ui-variables";
atom-text-editor.editor {
.gutter .line-number {
&.jibo-line-number-red {
color: @text-color-error;
font-weight: bold;
}
}
.jibo-highlight-red .region {
background-color: @text-color-error;
}
}
.rule-panel {
height: 100%;
width: 480px;
}
.rule-panel .json-container {
display: block;
position: absolute;
height: auto;
bottom: 0;
top: 0;
right: 0;
left: 0;
margin-top: 125px;
margin-bottom: 26px;
margin-right: 10px;
margin-left: 10px;
}