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

11 lines
139 B
SCSS
Raw Normal View History

2015-09-25 12:07:36 +05:30
.ci-body {
.incorrect-syntax{
font-size: 19px;
color: red;
}
.correct-syntax{
font-size: 19px;
color: #47a447;
}
}