summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
blob: 6926448519e32663effa1342d0e9ecf77b1a0017 (plain)
1
2
3
4
5
6
7
8
9
10
.ci-body {
  .incorrect-syntax {
    font-size: 19px;
    color: red;
  }
  .correct-syntax {
    font-size: 19px;
    color: #47a447;
  }
}