mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Updated classes to use tailwind (#13673)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<bit-container>
|
<bit-container>
|
||||||
<ng-container *ngIf="!firstLoaded && loading">
|
<ng-container *ngIf="!firstLoaded && loading">
|
||||||
<i class="bwi bwi-spinner bwi-spin text-muted" title="{{ 'loading' | i18n }}"></i>
|
<i class="bwi bwi-spinner bwi-spin tw-text-muted" title="{{ 'loading' | i18n }}"></i>
|
||||||
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<form [formGroup]="form">
|
<form [formGroup]="form">
|
||||||
<bit-radio-group formControlName="updateMethod" [block]="true">
|
<bit-radio-group formControlName="updateMethod" [block]="true">
|
||||||
<h2 class="mt-5">
|
<h2 class="tw-mt-5">
|
||||||
{{ "licenseAndBillingManagement" | i18n }}
|
{{ "licenseAndBillingManagement" | i18n }}
|
||||||
</h2>
|
</h2>
|
||||||
<bit-radio-button
|
<bit-radio-button
|
||||||
|
|||||||
Reference in New Issue
Block a user