gitlab-org--gitlab-foss/app/assets/stylesheets/pages/lint.scss
2016-12-02 17:24:08 -06:00

11 lines
172 B
SCSS

.ci-body {
.incorrect-syntax {
font-size: 18px;
color: $lint-incorrect-color;
}
.correct-syntax {
font-size: 18px;
color: $lint-correct-color;
}
}