summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-12 14:49:23 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-12 14:49:23 +0200
commitcba6d62323eba2286f78e8aea12a5ecd26903728 (patch)
tree7509458672a1e66424d4e4e809165e8e80512169 /app/assets/stylesheets/pages/lint.scss
parent5ffbf5feb7577ec3affc32992c79cddca3036c4d (diff)
downloadgitlab-ce-cba6d62323eba2286f78e8aea12a5ecd26903728.tar.gz
Move CI styles to pages dir
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/pages/lint.scss')
-rw-r--r--app/assets/stylesheets/pages/lint.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/lint.scss b/app/assets/stylesheets/pages/lint.scss
new file mode 100644
index 00000000000..6d2bd33b28b
--- /dev/null
+++ b/app/assets/stylesheets/pages/lint.scss
@@ -0,0 +1,10 @@
+.ci-body {
+ .incorrect-syntax{
+ font-size: 19px;
+ color: red;
+ }
+ .correct-syntax{
+ font-size: 19px;
+ color: #47a447;
+ }
+}