BigW Consortium Gitlab

lint.scss 279 Bytes
Newer Older
1
.ci-body {
2
  .incorrect-syntax {
3
    font-size: 18px;
4
    color: $lint-incorrect-color;
5
  }
6

7
  .correct-syntax {
8
    font-size: 18px;
9
    color: $lint-correct-color;
10 11
  }
}
12 13 14 15 16 17 18 19 20 21

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

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