mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 00:33:33 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vicki League <vleague@bitwarden.com>
12 lines
453 B
HTML
12 lines
453 B
HTML
<span class="tw-relative tw-inline-block tw-leading-[0px]">
|
|
<span class="tw-inline-block tw-leading-[0px]" [ngClass]="{ 'tw-invisible': showLoadingStyle() }">
|
|
<i class="bwi" [ngClass]="iconClass()" aria-hidden="true"></i>
|
|
</span>
|
|
<span
|
|
class="tw-absolute tw-inset-0 tw-flex tw-items-center tw-justify-center"
|
|
[ngClass]="{ 'tw-invisible': !showLoadingStyle() }"
|
|
>
|
|
<bit-spinner size="fill" noColor></bit-spinner>
|
|
</span>
|
|
</span>
|