mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Change divider label in new plans page table to bold using <b> tag (#8120)
GitOrigin-RevId: 8cc1551822f4288302ea01b9a20ab208152b0644
This commit is contained in:
parent
dd641cb164
commit
b4bb9f2b0f
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue