summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables_overrides.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-21 12:52:31 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-21 12:52:31 -0500
commit0c8eae0f00ca9e8923c8205818cc92ceb7910525 (patch)
tree02ea99d0b4e46d3b4fccda8a833d95bcf9149e96 /app/assets/stylesheets/framework/variables_overrides.scss
parentbb5c1af78ab29c7cfcbd9a3de594b31359c236f2 (diff)
downloadgitlab-ce-0c8eae0f00ca9e8923c8205818cc92ceb7910525.tar.gz
Remove another batch of reassigned scss variables
Diffstat (limited to 'app/assets/stylesheets/framework/variables_overrides.scss')
-rw-r--r--app/assets/stylesheets/framework/variables_overrides.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables_overrides.scss b/app/assets/stylesheets/framework/variables_overrides.scss
index b9c343fa2e9..7d90452e1f4 100644
--- a/app/assets/stylesheets/framework/variables_overrides.scss
+++ b/app/assets/stylesheets/framework/variables_overrides.scss
@@ -14,3 +14,7 @@ $btn-line-height: 20px;
$table-accent-bg: $gray-light;
$card-border-color: $border-color;
$card-cap-bg: $gray-light;
+$success: $green-500;
+$info: $blue-500;
+$warning: $orange-500;
+$danger: $red-500;