mirror of
https://github.com/bitwarden/browser
synced 2026-02-20 11:24:07 +00:00
9 lines
204 B
HTML
9 lines
204 B
HTML
<div
|
|
class="tw-size-full tw-bg-secondary-100 tw-animate-pulse"
|
|
[ngClass]="{
|
|
'tw-rounded': edgeShape() === 'box',
|
|
'tw-rounded-full': edgeShape() === 'circle',
|
|
}"
|
|
aria-hidden="true"
|
|
></div>
|