diff --git a/services/web/app/views/subscriptions/plans/_mixins.pug b/services/web/app/views/subscriptions/plans/_mixins.pug index d6abc13116..b16bb4260f 100644 --- a/services/web/app/views/subscriptions/plans/_mixins.pug +++ b/services/web/app/views/subscriptions/plans/_mixins.pug @@ -233,7 +233,7 @@ mixin table_head_group_collaborator(highlighted, eventTrackingKey, additionalEve .plans-v2-table-th-content p.plans-v2-table-th-content-title #{translate("group_standard")} .plans-v2-table-price-container - strike.plans-v2-table-price-before-discount + s.plans-v2-table-price-before-discount +gen_localized_price_for_plan_view('collaborator', 'annual') p.plans-v2-table-price span(data-ol-plans-v2-group-price-per-user='collaborator') #{initialLocalizedGroupPrice.pricePerUser.collaborator} @@ -254,7 +254,7 @@ mixin table_head_group_professional(highlighted, eventTrackingKey, additionalEve .plans-v2-table-th-content p.plans-v2-table-th-content-title #{translate("group_professional")} .plans-v2-table-price-container - strike.plans-v2-table-price-before-discount + s.plans-v2-table-price-before-discount +gen_localized_price_for_plan_view('professional', 'annual') p.plans-v2-table-price span(data-ol-plans-v2-group-price-per-user='professional') #{initialLocalizedGroupPrice.pricePerUser.professional} @@ -347,7 +347,7 @@ mixin table_head_student_university(highlighted, eventTrackingKey, additionalEve mixin table_head_price(plan, period) div.plans-v2-table-price-container if plan !== 'free' && period === 'annual' - strike.plans-v2-table-price-before-discount + s.plans-v2-table-price-before-discount +gen_localized_price_for_plan_view(plan, 'monthlyTimesTwelve') p.plans-v2-table-price +gen_localized_price_for_plan_view(plan, period) diff --git a/services/web/frontend/stylesheets/app/plans/plans-v2.less b/services/web/frontend/stylesheets/app/plans/plans-v2.less index 88608cd1ac..6537a6c856 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-v2.less +++ b/services/web/frontend/stylesheets/app/plans/plans-v2.less @@ -1049,7 +1049,7 @@ p.plans-v2-table-price { } } -strike.plans-v2-table-price-before-discount { +s.plans-v2-table-price-before-discount { position: absolute; top: -27px; font-weight: 700;