mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
Change divider label in new plans page table to bold using <b> tag (#8120)
GitOrigin-RevId: 8cc1551822f4288302ea01b9a20ab208152b0644
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user