diff --git a/app/Http/Controllers/StaticPageController.php b/app/Http/Controllers/StaticPageController.php index 183eda0..8e60e0a 100644 --- a/app/Http/Controllers/StaticPageController.php +++ b/app/Http/Controllers/StaticPageController.php @@ -10,7 +10,7 @@ public function welcome(): View { $process_steps = [ [ - 'icon' => 'fa-solid avatar fa-pen-nib', + 'icon' => 'fas avatar fa-pen-nib', 'color' => 'text-blue-500', 'title' => 'Place Your Order', 'text' => 'Submit your assignment details, including the topic, instructions, and due date.' diff --git a/resources/css/app.css b/resources/css/app.css index febbe4d..6818b6b 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -11,7 +11,17 @@ @apply px-4 py-2 bg-blue-500 text-white rounded; } -/* Input */ -.input { - @apply px-4 py-2 border border-gray-300 rounded; +/* Apply styles when input is autofilled */ +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +input:-webkit-autofill:active { + -webkit-box-shadow: 0 0 0 1000px white inset; + box-shadow: 0 0 0 1000px white inset; + -webkit-text-fill-color: #000; +} + +/* Optional: Remove the default background color of the input field */ +input:-webkit-autofill { + background-color: transparent !important; } diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 78b684f..8ee4da8 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,40 +1,68 @@ - +
@csrf
- - - + + +
- + - +
+ + +
+ +
+
- + + +
@if (Route::has('password.request')) - + {{ __('Forgot your password?') }} @endif diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 06cc0ef..0750b5c 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -10,7 +10,7 @@ - + @vite(['resources/css/app.css', 'resources/js/app.js']) diff --git a/resources/views/layouts/guest.blade.php b/resources/views/layouts/guest.blade.php index dbd9813..6dc0ecd 100644 --- a/resources/views/layouts/guest.blade.php +++ b/resources/views/layouts/guest.blade.php @@ -10,8 +10,7 @@ - - + @vite(['resources/css/app.css', 'resources/js/app.js']) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 074455a..7098f20 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -10,7 +10,8 @@ @vite(['resources/css/app.css', 'resources/js/app.js']) - + +
@@ -67,7 +68,8 @@ class="w-full max-w-md mx-auto rounded-lg">

Our team of experienced writers have expertise in various academic disciplines, ensuring you receive high-quality and well-researched assignments.

Learn - More + More +
diff --git a/scholarspace b/scholarspace index 3e0ed38..79f601a 100644 Binary files a/scholarspace and b/scholarspace differ