summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/projects.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-22 11:40:38 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-22 11:40:38 -0500
commit496c3779fecf4461ab41643f6f0c236d0667108f (patch)
tree4c1ffd4ac99ac7785e6e4abc7469061cf1beafdd /app/assets/stylesheets/pages/projects.scss
parentf1315c85f91c76d308069a741db2a4a0d89d509e (diff)
downloadgitlab-ce-496c3779fecf4461ab41643f6f0c236d0667108f.tar.gz
Finish cleaning up reassigned variables
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 3154bcf5d0f..a95e78931b1 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -900,7 +900,7 @@ pre.light-well {
.private-forks-notice .private-fork-icon {
i:nth-child(1) {
- color: $project-private-forks-notice-odd;
+ color: $green-600;
}
i:nth-child(2) {
@@ -1128,12 +1128,12 @@ pre.light-well {
.project-ci-body {
.incorrect-syntax {
font-size: 18px;
- color: $lint-incorrect-color;
+ color: $red-500;
}
.correct-syntax {
font-size: 18px;
- color: $lint-correct-color;
+ color: $green-500;
}
}