1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02: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

2
jslib

@ -1 +1 @@
Subproject commit e22915818cb7c6a756c4ac34124b14e33621c5aa
Subproject commit 269b59210cba1114ff75519c9d0b391406f94bd3

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>

View File

@ -46,10 +46,11 @@
{{'premiumMembership' | i18n}}: {{premiumPrice | currency:'$'}}
<br> {{'additionalStorageGb' | i18n}}: {{additionalStorage || 0}} GB &times; {{storageGbPrice | currency:'$'}} = {{additionalStorageTotal
| currency:'$'}}
<hr class="my-2">
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{'year' | i18n}}
<br>
<small class="text-muted">{{'paymentChargedAnnually' | i18n}}</small>
<hr class="my-3">
<div class="text-lg">
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{'year' | i18n}}
</div>
<small class="text-muted font-italic">{{'paymentChargedAnnually' | i18n}}</small>
<h2 class="spaced-header mb-4">{{'paymentInformation' | i18n}}</h2>
<app-payment></app-payment>
<button type="submit" class="btn btn-primary btn-submit" appBlurClick [disabled]="form.loading">