summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
blob: 8d30bd64278726b21bb571007936f69d1f63a129 (plain)
1
2
3
4
5
6
7
8
9
10
11
.ci-body {
  .incorrect-syntax {
    font-size: 19px;
    color: $lint-incorrect-color;
  }

  .correct-syntax {
    font-size: 19px;
    color: $lint-correct-color;
  }
}