1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 23:13:36 +00:00

update account dialog

This commit is contained in:
Stephon Brown
2025-09-30 15:57:16 -04:00
parent b9244b3dae
commit 14999e342e

View File

@@ -1,13 +1,13 @@
<bit-dialog dialogSize="large" [loading]="loading">
<div bitDialogContent>
<header class="tw-flex tw-text-center tw-flex-col !tw-my-0">
<header class="tw-flex tw-text-center tw-flex-col !tw-my-0 !tw-pb-0">
<h1 class="tw-font-semibold">{{ "individualUpgradeWelcomeMessage" | i18n }}</h1>
<p bitTypography="body1" class="tw-text-muted tw-mb-8">
{{ "individualUpgradeDescriptionMessage" | i18n }}
</p>
</header>
<div class="tw-flex tw-flex-col lg:tw-flex-row tw-gap-6 tw-mb-4">
<div class="tw-flex tw-flex-col lg:tw-flex-row tw-gap-6 tw-mb-4 tw-mx-8">
@if (premiumCardDetails) {
<billing-pricing-card
class="tw-flex-1 tw-basis-0"