Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-21 20:52:31 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-21 20:52:31 +0300
commit0c8eae0f00ca9e8923c8205818cc92ceb7910525 (patch)
tree02ea99d0b4e46d3b4fccda8a833d95bcf9149e96 /app/assets/stylesheets/pages/settings.scss
parentbb5c1af78ab29c7cfcbd9a3de594b31359c236f2 (diff)
Remove another batch of reassigned scss variables
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 5aa4cdec9c3..e351dd7c0bb 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -120,11 +120,11 @@
}
.warning-title {
- color: $gl-warning;
+ color: $orange-500;
}
.danger-title {
- color: $gl-danger;
+ color: $red-500;
}
.integration-settings-form {