mirror of
https://github.com/bitwarden/browser
synced 2026-02-20 03:13:55 +00:00
Remove Bootstrap-specific styles from VerifyEmailTokenComponent and update the layout to match the general application loading screen. Closes PM-17183.
7 lines
248 B
HTML
7 lines
248 B
HTML
<div class="tw-p-8 tw-flex">
|
|
<img class="new-logo-themed" alt="Bitwarden" />
|
|
<div class="spinner-container tw-justify-center">
|
|
<i class="bwi bwi-spinner bwi-spin bwi-3x tw-text-muted" title="Loading" aria-hidden="true"></i>
|
|
</div>
|
|
</div>
|