summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/lint.scss')
-rw-r--r--app/assets/stylesheets/pages/lint.scss21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/assets/stylesheets/pages/lint.scss b/app/assets/stylesheets/pages/lint.scss
deleted file mode 100644
index 68b6c5ecbd4..00000000000
--- a/app/assets/stylesheets/pages/lint.scss
+++ /dev/null
@@ -1,21 +0,0 @@
-.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;
- }
-}