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

12 lines
172 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;
2016-11-30 08:25:25 -05:00
color: $lint-incorrect-color;
2015-09-11 13:25:53 -04:00
}
.correct-syntax {
2015-09-11 13:25:53 -04:00
font-size: 19px;
2016-11-30 08:25:25 -05:00
color: $lint-correct-color;
2015-09-11 13:25:53 -04:00
}
}