mirror of
https://github.com/bitwarden/web
synced 2025-12-15 07:43:16 +00:00
style updates on total
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: e22915818c...269b59210c
@@ -153,10 +153,11 @@
|
|||||||
</small>
|
</small>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<hr class="my-2">
|
<hr class="my-3">
|
||||||
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{interval | i18n}}
|
<div class="text-lg">
|
||||||
<br>
|
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{interval | i18n}}
|
||||||
<small class="text-muted">{{'paymentChargedWithTrial' | i18n : (interval | i18n) }}</small>
|
</div>
|
||||||
|
<small class="text-muted font-italic">{{'paymentChargedWithTrial' | i18n : (interval | i18n) }}</small>
|
||||||
<h2 class="spaced-header mb-4">{{'paymentInformation' | i18n}}</h2>
|
<h2 class="spaced-header mb-4">{{'paymentInformation' | i18n}}</h2>
|
||||||
<app-payment></app-payment>
|
<app-payment></app-payment>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
@@ -46,10 +46,11 @@
|
|||||||
{{'premiumMembership' | i18n}}: {{premiumPrice | currency:'$'}}
|
{{'premiumMembership' | i18n}}: {{premiumPrice | currency:'$'}}
|
||||||
<br> {{'additionalStorageGb' | i18n}}: {{additionalStorage || 0}} GB × {{storageGbPrice | currency:'$'}} = {{additionalStorageTotal
|
<br> {{'additionalStorageGb' | i18n}}: {{additionalStorage || 0}} GB × {{storageGbPrice | currency:'$'}} = {{additionalStorageTotal
|
||||||
| currency:'$'}}
|
| currency:'$'}}
|
||||||
<hr class="my-2">
|
<hr class="my-3">
|
||||||
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{'year' | i18n}}
|
<div class="text-lg">
|
||||||
<br>
|
<strong>{{'total' | i18n}}:</strong> {{total | currency:'USD $'}} /{{'year' | i18n}}
|
||||||
<small class="text-muted">{{'paymentChargedAnnually' | i18n}}</small>
|
</div>
|
||||||
|
<small class="text-muted font-italic">{{'paymentChargedAnnually' | i18n}}</small>
|
||||||
<h2 class="spaced-header mb-4">{{'paymentInformation' | i18n}}</h2>
|
<h2 class="spaced-header mb-4">{{'paymentInformation' | i18n}}</h2>
|
||||||
<app-payment></app-payment>
|
<app-payment></app-payment>
|
||||||
<button type="submit" class="btn btn-primary btn-submit" appBlurClick [disabled]="form.loading">
|
<button type="submit" class="btn btn-primary btn-submit" appBlurClick [disabled]="form.loading">
|
||||||
|
|||||||
Reference in New Issue
Block a user