summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-23 18:54:05 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-23 18:54:05 -0700
commite9825a604af6b727edc99cf690c7c257cd964a59 (patch)
tree4faafce8d9ad722763db52e8cf9e61e15b9f49c4 /app/assets/stylesheets
parent342dfe1211fb24ec0f2a59b51e766787a8bc4d0e (diff)
downloadgitlab-ce-e9825a604af6b727edc99cf690c7c257cd964a59.tar.gz
Update class name to not use bootstrap's text-light class
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/convdev_index.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/convdev_index.scss b/app/assets/stylesheets/pages/convdev_index.scss
index 0ff0c2862fb..bd338326154 100644
--- a/app/assets/stylesheets/pages/convdev_index.scss
+++ b/app/assets/stylesheets/pages/convdev_index.scss
@@ -112,7 +112,7 @@ $space-between-cards: 8px;
margin: 0 0 2px;
}
- .text-light {
+ .light-text {
font-size: 13px;
line-height: 1.25;
color: $gl-text-color-secondary;