mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-10 21:05:10 -06:00
8 lines
263 B
HTML
8 lines
263 B
HTML
<ng-content select="[slot=header]"></ng-content>
|
|
<main class="tw-bg-background-alt tw-p-3 tw-flex-1 tw-overflow-y-auto">
|
|
<div class="tw-max-w-screen-sm tw-mx-auto">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
</main>
|
|
<ng-content select="[slot=footer]"></ng-content>
|