1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

refactor: [PM-17179] replace Bootstrap styles with Tailwind in LoginDecryptionOptionsComponent

Replace the Bootstrap styles in LoginDecryptionOptionsComponent with Tailwind equivalents.

Closes PM-17179.
This commit is contained in:
Alec Rippberger
2025-02-12 15:43:24 -06:00
committed by GitHub
parent 3db8aa9f21
commit f827b9702c

View File

@@ -1,5 +1,5 @@
<ng-container *ngIf="loading">
<div class="text-center">
<div class="tw-text-center">
<i
class="bwi bwi-spinner bwi-spin bwi-2x tw-text-muted"
title="{{ 'loading' | i18n }}"