summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
diff options
context:
space:
mode:
authorSam Rose <samrose3@gmail.com>2016-11-30 08:25:25 -0500
committerSam Rose <samrose3@gmail.com>2016-12-01 20:22:51 -0500
commitd6d22a5dbd2ee04b59b2a80b3b6228575c3ea3ec (patch)
tree4a9d214e6877c9432494d12532072a0e6432ea57 /app/assets/stylesheets/pages/lint.scss
parent994530270899ae904fbf5a77b602990b8cd79c67 (diff)
downloadgitlab-ce-d6d22a5dbd2ee04b59b2a80b3b6228575c3ea3ec.tar.gz
Enable ColorVariable in scss-lint
Diffstat (limited to 'app/assets/stylesheets/pages/lint.scss')
-rw-r--r--app/assets/stylesheets/pages/lint.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/lint.scss b/app/assets/stylesheets/pages/lint.scss
index 8290519dc25..8d30bd64278 100644
--- a/app/assets/stylesheets/pages/lint.scss
+++ b/app/assets/stylesheets/pages/lint.scss
@@ -1,11 +1,11 @@
.ci-body {
.incorrect-syntax {
font-size: 19px;
- color: red;
+ color: $lint-incorrect-color;
}
.correct-syntax {
font-size: 19px;
- color: #47a447;
+ color: $lint-correct-color;
}
}