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

11 lines
141 B
SCSS
Raw Normal View History

2015-09-11 13:25:53 -04:00
.ci-body {
.incorrect-syntax {
2015-09-11 13:25:53 -04:00
font-size: 19px;
color: red;
}
.correct-syntax {
2015-09-11 13:25:53 -04:00
font-size: 19px;
color: #47a447;
}
}