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

refactor: [PM-17183] remove Bootstrap styles from VerifyEmailTokenComponent

Remove Bootstrap-specific styles from VerifyEmailTokenComponent and update the layout to match the general application loading screen.

Closes PM-17183.
This commit is contained in:
Alec Rippberger
2025-02-12 15:39:44 -06:00
committed by GitHub
parent 9e6643f668
commit 3db8aa9f21

View File

@@ -1,13 +1,6 @@
<div class="mt-5 d-flex justify-content-center">
<div>
<img class="mb-4 logo logo-themed" alt="Bitwarden" />
<p class="text-center">
<i
class="bwi bwi-spinner bwi-spin bwi-2x text-muted"
title="{{ 'loading' | i18n }}"
aria-hidden="true"
></i>
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
</p>
<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>