mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
11 lines
324 B
HTML
11 lines
324 B
HTML
<table class="tw-w-full tw-table-auto tw-leading-normal tw-text-main">
|
|
<thead
|
|
class="tw-text-bold tw-border-0 tw-border-b-2 tw-border-solid tw-border-secondary-300 tw-text-muted"
|
|
>
|
|
<ng-content select="[header]"></ng-content>
|
|
</thead>
|
|
<tbody>
|
|
<ng-content select="[body]"></ng-content>
|
|
</tbody>
|
|
</table>
|