1
0
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:
Victoria League
2024-06-05 15:07:00 -04:00
committed by GitHub
parent bf51469404
commit d3f1992ad5
13 changed files with 281 additions and 150 deletions

View File

@@ -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>