Files
einundzwanzig-portal/resources/views/vendor/jetstream/components/authentication-card.blade.php
Benjamin Takats 645599b7c6 ln auth added
2022-12-12 19:17:09 +01:00

10 lines
309 B
PHP

<div {{ $attributes->merge(['class' => 'min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-21gray']) }}>
<div>
{{ $logo }}
</div>
<div class="w-full sm:max-w-xl mt-6 px-6 py-4 bg-white shadow-md overflow-hidden sm:rounded-lg">
{{ $slot }}
</div>
</div>