21 lines
279 B
SCSS
21 lines
279 B
SCSS
.ci-body {
|
|
.incorrect-syntax {
|
|
font-size: 18px;
|
|
color: $lint-incorrect-color;
|
|
}
|
|
|
|
.correct-syntax {
|
|
font-size: 18px;
|
|
color: $lint-correct-color;
|
|
}
|
|
}
|
|
|
|
.ci-linter {
|
|
.ci-editor {
|
|
height: 400px;
|
|
}
|
|
|
|
.ci-template pre {
|
|
white-space: pre-wrap;
|
|
}
|
|
}
|