diff --git a/app/styles/app/layouts/profile.scss b/app/styles/app/layouts/profile.scss index fdcec31a50..adfb5f91f2 100644 --- a/app/styles/app/layouts/profile.scss +++ b/app/styles/app/layouts/profile.scss @@ -524,6 +524,7 @@ header.legacy-services-integration { section.billing { font-size: $font-size-m; + border-bottom: 2px $pebble-grey solid; .plan-status-message { color: $asphalt-grey; diff --git a/app/templates/components/billing/summary-v2.hbs b/app/templates/components/billing/summary-v2.hbs index 1dfeb118bd..9a662d2ab9 100644 --- a/app/templates/components/billing/summary-v2.hbs +++ b/app/templates/components/billing/summary-v2.hbs @@ -29,7 +29,7 @@
Current plan: -

+

{{#if this.subscription.plan}} {{this.subscription.plan.name}} {{else}} @@ -61,7 +61,7 @@ Expired {{moment-format this.subscription.validTo "MMMM D, YYYY"}} {{/if}} - +

{{#if this.subscription.isManual}}
@@ -94,7 +94,7 @@
{{/if}} - +
{{/if}} {{#if this.subscription.isNotManual }} @@ -133,9 +133,9 @@ {{/if}} {{/if}}
- {{#if this.showPlanInfo}} + {{#if this.showPlanInfo}}
- Total: + Total: {{#if (or this.subscription.plan.isFree this.subscription.plan.isTrial)}} Free @@ -145,12 +145,11 @@
{{/if}} - + {{/if}} -
{{#if (and this.subscription.isStripe this.showPlanInfo)}} {{#if this.subscription.hasUserLicenseAddons}}