1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

refactor: [PM-17184] Remove Bootstrap style from EmergencyAccessComponent

Replace Bootstrap styles with Tailwind equivalents in the EmergencyAccessComponent to modernize the UI.
This commit is contained in:
Alec Rippberger
2025-02-11 10:23:12 -06:00
committed by GitHub
parent 1685f67e90
commit ed0b8d1451

View File

@@ -146,7 +146,7 @@
<p bitTypography="body1" class="tw-mt-2" *ngIf="loaded">{{ "noTrustedContacts" | i18n }}</p>
<ng-container *ngIf="!loaded">
<i
class="bwi bwi-spinner bwi-spin text-muted"
class="bwi bwi-spinner bwi-spin tw-text-muted"
title="{{ 'loading' | i18n }}"
aria-hidden="true"
></i>
@@ -263,7 +263,7 @@
<p bitTypography="body1" *ngIf="loaded">{{ "noGrantedAccess" | i18n }}</p>
<ng-container *ngIf="!loaded">
<i
class="bwi bwi-spinner bwi-spin text-muted"
class="bwi bwi-spinner bwi-spin tw-text-muted"
title="{{ 'loading' | i18n }}"
aria-hidden="true"
></i>