2015-09-11 13:25:53 -04:00
|
|
|
.ci-body {
|
2016-03-30 16:30:06 -04:00
|
|
|
.incorrect-syntax {
|
2016-12-02 14:43:33 -05:00
|
|
|
font-size: 18px;
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $lint-incorrect-color;
|
2015-09-11 13:25:53 -04:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-03-30 16:30:06 -04:00
|
|
|
.correct-syntax {
|
2016-12-02 14:43:33 -05:00
|
|
|
font-size: 18px;
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $lint-correct-color;
|
2015-09-11 13:25:53 -04:00
|
|
|
}
|
|
|
|
}
|
2017-01-04 16:44:16 -05:00
|
|
|
|
|
|
|
.ci-linter {
|
|
|
|
.ci-editor {
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ci-template pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
}
|