summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-10-24 16:48:41 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-10-31 12:58:35 +0100
commitb04b3d1de783ea70ca81c5f80c86d656ee6d82ea (patch)
tree10bfe64f496eee2fdd7fdddf1b277ea4c4bf6b97 /app/assets/stylesheets/framework/common.scss
parent18db15244813c4ff1286e1297c9da42798b61b99 (diff)
downloadgitlab-ce-b04b3d1de783ea70ca81c5f80c86d656ee6d82ea.tar.gz
apply changes for JS and CSS from gitlab-ee!2912
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2912/
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 96f9dda26c4..1cfd7ef01a8 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -4,6 +4,9 @@
.cred { color: $common-red; }
.cgreen { color: $common-green; }
.cdark { color: $common-gray-dark; }
+.text-secondary {
+ color: $gl-text-color-secondary;
+}
/** COMMON CLASSES **/
.prepend-top-0 { margin-top: 0; }