debian-mirror-gitlab/app/assets/stylesheets/pages/lint.scss
2016-06-02 11:05:42 +05:30

10 lines
141 B
SCSS

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