gitlab-org--gitlab-foss/app/assets/stylesheets/pages/lint.scss

22 lines
279 B
SCSS
Raw Normal View History

2015-09-11 13:25:53 -04:00
.ci-body {
.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
}
.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
}
}
.ci-linter {
.ci-editor {
height: 400px;
}
.ci-template pre {
white-space: pre-wrap;
}
}