debian-mirror-gitlab/app/assets/stylesheets/pages/lint.scss

22 lines
279 B
SCSS
Raw Normal View History

2015-09-25 12:07:36 +05:30
.ci-body {
2016-06-02 11:05:42 +05:30
.incorrect-syntax {
2017-08-17 22:00:37 +05:30
font-size: 18px;
color: $lint-incorrect-color;
2015-09-25 12:07:36 +05:30
}
2016-11-03 12:29:30 +05:30
2016-06-02 11:05:42 +05:30
.correct-syntax {
2017-08-17 22:00:37 +05:30
font-size: 18px;
color: $lint-correct-color;
}
}
.ci-linter {
.ci-editor {
height: 400px;
}
.ci-template pre {
white-space: pre-wrap;
2015-09-25 12:07:36 +05:30
}
}