1
0
mirror of https://github.com/bitwarden/web synced 2026-02-26 01:13:20 +00:00

style updates on total

This commit is contained in:
Kyle Spearrin
2018-07-03 00:16:34 -04:00
parent 1f62b9fdcb
commit 16c3d4c253
3 changed files with 11 additions and 9 deletions

View File

@@ -153,10 +153,11 @@
</small>
</label>
</div>
<hr class="my-2">
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{interval | i18n}}
<br>
<small class="text-muted">{{'paymentChargedWithTrial' | i18n : (interval | i18n) }}</small>
<hr class="my-3">
<div class="text-lg">
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{interval | i18n}}
</div>
<small class="text-muted font-italic">{{'paymentChargedWithTrial' | i18n : (interval | i18n) }}</small>
<h2 class="spaced-header mb-4">{{'paymentInformation' | i18n}}</h2>
<app-payment></app-payment>
</ng-container>