debian-mirror-gitlab/app/assets/stylesheets/pages/lint.scss
2015-10-24 18:46:33 +05:30

10 lines
139 B
SCSS

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