debian-mirror-gitlab/app/assets/stylesheets/pages/lint.scss
2016-11-03 12:29:30 +05:30

11 lines
142 B
SCSS

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