mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Replace Boostrap styles in subcomponents with Tailwind
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
class="tw-flex tw-items-center tw-justify-center tw-min-w-[100px]"
|
||||
*ngIf="!areIconsDisabled"
|
||||
>
|
||||
<img class="recovery-code-img" alt="rc logo" />
|
||||
<img class="tw-max-w-24 tw-max-h-12 tw-size-auto" alt="rc logo" />
|
||||
</div>
|
||||
<div class="tw-flex-1">
|
||||
<h3 bitTypography="h3">{{ "recoveryCodeTitle" | i18n }}</h3>
|
||||
|
||||
Reference in New Issue
Block a user