1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fix(tailwind): [Auth/PM-22140] Use Tailwind for Password Settings header (#14978)

`PM16117_ChangeExistingPasswordRefactor` flag ON
This commit is contained in:
rr-bw
2025-05-28 13:36:46 -07:00
committed by GitHub
parent 169fdd5883
commit 6351fc0e69

View File

@@ -1,6 +1,4 @@
<div class="tabbed-header">
<h1>{{ "changeMasterPassword" | i18n }}</h1>
</div>
<h1 class="tw-mt-6 tw-mb-2 tw-pb-2.5">{{ "changeMasterPassword" | i18n }}</h1>
<div class="tw-max-w-lg tw-mb-12">
<bit-callout type="warning">{{ "loggedOutWarning" | i18n }}</bit-callout>