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

11 lines
141 B
SCSS

.ci-body {
.incorrect-syntax {
font-size: 19px;
color: red;
}
.correct-syntax {
font-size: 19px;
color: #47a447;
}
}