From e9825a604af6b727edc99cf690c7c257cd964a59 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 23 May 2018 18:54:05 -0700 Subject: Update class name to not use bootstrap's text-light class --- app/assets/stylesheets/pages/convdev_index.scss | 2 +- app/views/admin/conversational_development_index/_card.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 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; diff --git a/app/views/admin/conversational_development_index/_card.html.haml b/app/views/admin/conversational_development_index/_card.html.haml index d66c2381618..57eda06630b 100644 --- a/app/views/admin/conversational_development_index/_card.html.haml +++ b/app/views/admin/conversational_development_index/_card.html.haml @@ -3,7 +3,7 @@ .convdev-card-title %h3 = card.title - .text-light + .light-text = card.description .board-card-scores .board-card-score -- cgit v1.2.1