summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
blob: 68b6c5ecbd43bd2c6ebc1d26e91337d80a64e858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.ci-body {
  .incorrect-syntax {
    font-size: 18px;
    color: $lint-incorrect-color;
  }

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

.ci-linter {
  .ci-editor {
    height: 400px;
  }

  .ci-template pre {
    white-space: pre-wrap;
  }
}