summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorSarah Groff Hennigh-Palermo <sarah.groff.palermo@gmail.com>2019-05-20 17:08:37 +0000
committerFatih Acet <acetfatih@gmail.com>2019-05-20 17:08:37 +0000
commit68fd2bdd74f675f66e39d8785541e85b56ca54ce (patch)
tree3b23e172b624ce603391c04380b1b2e86a7d34c2 /app/assets/stylesheets/framework/common.scss
parent24c496581fb9fdb72fb4ca2465efaaeca0b65c54 (diff)
downloadgitlab-ce-68fd2bdd74f675f66e39d8785541e85b56ca54ce.tar.gz
Add backport changes
Adds backport changes for ee
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 2e38b260f5f..fc488b85138 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -5,6 +5,9 @@
.cgreen { color: $green-600; }
.cdark { color: $common-gray-dark; }
+.fwhite { fill: $white-light; }
+.fgray { fill: $gray-700; }
+
.text-plain,
.text-plain:hover {
color: $gl-text-color;