mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 10:21:37 +00:00
6 lines
193 B
PHP
6 lines
193 B
PHP
<div
|
|
class="flex h-20 items-center justify-between rounded-b-md rounded-t-md border border-gray-200 bg-white p-7 text-center dark:border-gray-700 dark:bg-gray-800"
|
|
>
|
|
{{ $slot }}
|
|
</div>
|