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

11 lines
141 B
SCSS
Raw Normal View History

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