mirror of
https://github.com/bitwarden/browser
synced 2026-01-31 16:53:27 +00:00
9 lines
291 B
HTML
9 lines
291 B
HTML
<div class="tw-flex tw-justify-between tw-items-end tw-gap-1">
|
|
<div class="[&>*]:tw-mb-0 [&>*]:tw-text-main tw-flex tw-items-center tw-gap-1">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
<div class="tw-text-muted -tw-mb-0.5">
|
|
<ng-content select="[slot=end]"></ng-content>
|
|
</div>
|
|
</div>
|