Theme fixes, logo updated, reduce duplication of components

And many more updates
This commit is contained in:
hackerESQ
2024-08-23 21:59:42 -05:00
parent c255d14f23
commit a0ec39638e
26 changed files with 248 additions and 231 deletions
@@ -1,7 +1,9 @@
<x-guest-layout>
<x-authentication-card>
<x-slot name="logo">
<x-auth-logo />
<div class="w-24 mb-10">
<x-small-logo />
</div>
</x-slot>
<div class="mb-4 text-sm text-gray-600 dark:text-gray-400">
@@ -18,7 +20,7 @@
</div>
<div class="flex justify-end mt-4">
<x-button type="submit" class="ms-4">
<x-button type="submit" class="btn-primary ms-4">
{{ __('Confirm') }}
</x-button>
</div>
@@ -1,7 +1,9 @@
<x-guest-layout>
<x-authentication-card>
<x-slot name="logo">
<x-auth-logo />
<div class="w-24 mb-10">
<x-small-logo />
</div>
</x-slot>
<div class="mb-4 text-sm text-gray-600 dark:text-gray-400">
@@ -25,7 +27,7 @@
</div>
<div class="flex items-center justify-end mt-4">
<x-button>
<x-button class="btn-primary">
{{ __('Email Password Reset Link') }}
</x-button>
</div>
+4 -2
View File
@@ -1,7 +1,9 @@
<x-guest-layout>
<x-authentication-card>
<x-slot name="logo">
<x-auth-logo />
<div class="w-24 mb-10">
<x-small-logo />
</div>
</x-slot>
<x-errors class="mb-4" />
@@ -39,7 +41,7 @@
</a>
@endif
<x-button type="submit" class="ms-4" >
<x-button type="submit" class="btn-primary ms-4" >
{{ __('Log in') }}
</x-button>
+6 -4
View File
@@ -1,7 +1,9 @@
<x-guest-layout>
<x-authentication-card>
<x-slot name="logo">
<x-auth-logo />
<div class="w-24 mb-10">
<x-small-logo />
</div>
</x-slot>
<x-errors class="mb-4" />
@@ -37,8 +39,8 @@
<div class="ms-2 text-sm">
{!! __('I agree to the :terms_of_service and :privacy_policy', [
'terms_of_service' => '<a target="_blank" href="'.route('terms.show').'" class=" text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-100 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 dark:focus:ring-offset-gray-800">'.__('Terms of Service').'</a>',
'privacy_policy' => '<a target="_blank" href="'.route('policy.show').'" class=" text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-100 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 dark:focus:ring-offset-gray-800">'.__('Privacy Policy').'</a>',
'terms_of_service' => '<a target="_blank" href="'.route('terms.show').'" class="underline">'.__('Terms of Service').'</a>',
'privacy_policy' => '<a target="_blank" href="'.route('policy.show').'" class="underline">'.__('Privacy Policy').'</a>',
]) !!}
</div>
</div>
@@ -51,7 +53,7 @@
{{ __('Already registered?') }}
</a>
<x-button type="submit" class="ms-4">
<x-button type="submit" class="btn-primary ms-4">
{{ __('Register') }}
</x-button>
</div>
@@ -1,7 +1,9 @@
<x-guest-layout>
<x-authentication-card>
<x-slot name="logo">
<x-auth-logo />
<div class="w-24 mb-10">
<x-small-logo />
</div>
</x-slot>
<x-errors class="mb-4" />
@@ -27,7 +29,7 @@
</div>
<div class="flex items-center justify-end mt-4">
<x-button>
<x-button class="btn-primary">
{{ __('Reset Password') }}
</x-button>
</div>
@@ -1,7 +1,9 @@
<x-guest-layout>
<x-authentication-card>
<x-slot name="logo">
<x-auth-logo />
<div class="w-24 mb-10">
<x-small-logo />
</div>
</x-slot>
<div x-data="{ recovery: false }">
@@ -48,7 +50,7 @@
{{ __('Use an authentication code') }}
</button>
<x-button type="submit" class="ms-4">
<x-button type="submit" class="btn-primary ms-4">
{{ __('Log in') }}
</x-button>
</div>
+4 -2
View File
@@ -1,7 +1,9 @@
<x-guest-layout>
<x-authentication-card>
<x-slot name="logo">
<x-auth-logo />
<div class="w-24 mb-10">
<x-small-logo />
</div>
</x-slot>
<div class="mb-4 text-sm text-gray-600 dark:text-gray-400">
@@ -19,7 +21,7 @@
@csrf
<div>
<x-button type="submit" type="submit">
<x-button type="submit" type="submit" class="btn-primary">
{{ __('Resend Verification Email') }}
</x-button>
</div>