From b4bb9f2b0f68276938da970edb14c0b97e2d41fd Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 25 May 2022 10:54:44 -0400 Subject: [PATCH] Change divider label in new plans page table to bold using tag (#8120) GitOrigin-RevId: 8cc1551822f4288302ea01b9a20ab208152b0644 --- .../app/views/subscriptions/plans-marketing/v2/_mixins.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug b/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug index b7b19ffae2..df77042c46 100644 --- a/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug +++ b/services/web/app/views/subscriptions/plans-marketing/v2/_mixins.pug @@ -53,7 +53,7 @@ mixin table_individual(period) tr.plans-v2-table-divider td(colspan="5") div - span.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} + b.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} //- will only appear on screen width >= 768px (using CSS) i.fa.fa-question-circle.plans-v2-table-divider-question-icon( data-toggle="tooltip" @@ -182,7 +182,7 @@ mixin table_group tr.plans-v2-table-divider td(colspan="4") div - span.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} + b.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} //- will only appear on screen width >= 768px (using CSS) i.fa.fa-question-circle.plans-v2-table-divider-question-icon( data-toggle="tooltip" @@ -279,7 +279,7 @@ mixin table_student(period) tr.plans-v2-table-divider td(colspan="4") div - span.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} + b.plans-v2-table-divider-label #{translate(planFeaturesPerSection.dividerLabel)} //- will only appear on screen width >= 768px (using CSS) i.fa.fa-question-circle.plans-v2-table-divider-question-icon( data-toggle="tooltip"