summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
blob: 6d2bd33b28b4f28cbf7ffe5970ed0afe4e02d5af (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;
  }
}