Skip to content

Commit

Permalink
test(payment): Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed Aug 13, 2024
1 parent f245090 commit 88560ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/app/account-app/account-upgrades.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,25 @@ <h3>
<p>
By subscribing to Runbox you support an independent and sustainable business in Norway, where your email will stay secure and private indefinitely.
</p>
<div>
<button mat-raised-button routerLink="/account/#recommended" color="primary" class="plansLink">
Recommended plans
</button>
<button mat-raised-button routerLink="/account/#plans" color="primary" class="plansLink">
Compare price plans
</button>
<button mat-raised-button routerLink="/account/#subaccounts" color="primary" class="plansLink">
Additional accounts
</button>
</div>
<p>
To view your existing subscvriptions, please go to <a routerLink="/account/subscriptions">Your Subscriptions</a>.
</p>
<p>
Feel free to contact us via <a href="https://support.runbox.com" target="support">Runbox Support</a> if you have any questions about our plans.
</p>

<div class="navigationButtons">
<button mat-raised-button routerLink="/account/#recommended" color="accent" class="plansLink">
Recommended plans
</button>
<button mat-raised-button routerLink="/account/#plans" color="accent" class="plansLink">
Compare price plans
</button>
<button mat-raised-button routerLink="/account/#subaccounts" color="accent" class="plansLink">
Additional accounts
</button>
</div>

<br />

<h2> Main Account </h2>
Expand Down Expand Up @@ -299,7 +300,7 @@ <h4 *ngFor="let us of addon_usages">

<br /><br />

<a name="recommended"><h3>All our price plans</h3></a>
<a name="plans"><h3>All our price plans</h3></a>

<p>
Compare all our main account plans for 1 and 3 years in the table below.
Expand Down
5 changes: 5 additions & 0 deletions src/app/account-app/account-upgrades.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
margin: 0 20px;
}

.navigationButtons {
padding: 0 0 10px 0;
white-space: nowrap;
}

#productGrid, .productGrid {
display: flex;
flex-flow: row wrap;
Expand Down

0 comments on commit 88560ea

Please sign in to comment.