1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

[PM-7004] Replace bootstrap classes with Tailwind in verify-recover-delete-org.component.html

This commit is contained in:
Rui Tome 2024-04-23 15:49:47 +01:00
parent 63a208d000
commit ba84416d86
No known key found for this signature in database
GPG Key ID: 526239D96A8EC066

View File

@ -1,8 +1,8 @@
<div class="tw-flex tw-flex-row tw-justify-center tw-mt-5">
<div class="tw-w-1/4">
<p class="tw-text-xl tw-text-center tw-mb-4">{{ "deleteOrganization" | i18n }}</p>
<div class="card">
<div class="card-body">
<div class="tw-rounded-md tw-border tw-border-solid tw-border-secondary-300 tw-bg-background">
<div class="tw-p-5">
<app-callout type="warning">{{
"deletingOrganizationIsPermanentWarning" | i18n: name
}}</app-callout>