bitwarden-estensione-browser/apps/browser/src/platform/popup/layout/popup-footer.component.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
268 B
HTML
Raw Normal View History

<footer class="tw-p-3 tw-border-0 tw-border-solid tw-border-t tw-border-secondary-300">
<div class="tw-max-w-screen-sm tw-mx-auto">
<div class="tw-flex tw-justify-start">
2024-04-19 15:03:02 +02:00
<ng-content select="[slot=actionFooter]"></ng-content>
</div>
</div>
</footer>