mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[CL-294] Make section-header work across clients (#9386)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user