]> git.localhorst.tv Git - alttp.git/blob - resources/views/components/auth-card.blade.php
add discord auth
[alttp.git] / resources / views / components / auth-card.blade.php
1 <div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100">
2     <div>
3         {{ $logo }}
4     </div>
5
6     <div class="w-full sm:max-w-md mt-6 px-6 py-4 bg-white shadow-md overflow-hidden sm:rounded-lg">
7         {{ $slot }}
8     </div>
9 </div>