mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
9 lines
305 B
HTML
9 lines
305 B
HTML
<div class="tw-flex tw-justify-between tw-items-end tw-gap-1">
|
|
<div class="[&>*]:tw-mb-0 [&>*]:tw-text-headers tw-flex tw-items-center tw-gap-1">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
<div class="tw-text-muted has-[button]:-tw-mb-1">
|
|
<ng-content select="[slot=end]"></ng-content>
|
|
</div>
|
|
</div>
|