summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-15 00:09:05 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-15 00:09:05 +0000
commitc9bd888d38746a9bb73629681d8c393c3ec77275 (patch)
tree776e4a8cff1dc6b407c39189040ec0e556aa312c /app/assets/stylesheets/framework
parent0b12a5312c9701fbfed25fbb334d47900ced736b (diff)
downloadgitlab-ce-c9bd888d38746a9bb73629681d8c393c3ec77275.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 7f0d10ae4ac..085bf0f0a37 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -55,6 +55,10 @@
background-color: $gray-light;
}
+.bg-white {
+ background-color: $white;
+}
+
.bg-line-target-blue {
background: $line-target-blue;
}