|
|
@@ -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"
|