File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ footer
1818}
1919
2020/* Custom styles extracted from tailwind.css */
21- .btn {
2221 @apply px-4 py-2 bg- blue-500 text- white font- semibold rounded- lg shadow- md hover: bg- blue-700;
2322}
2423.form-input {
25- @apply border-2 border-gray-300 p-3 rounded-lg focus:outline-none focus:border-blue-500;
24+ @apply border-2 border-gray-300 p-3 rounded-lg focus:outline-none focus:border-blue-500 bg-white text-gray-900 ;
2625}
2726.container {
27+ @apply max-w-6xl mx-auto px-4 sm:px-6 lg:px-8;
2828 @apply max-w-6xl mx-auto px-4 sm:px-6 lg:px-8;
2929 @media (max-width : 768px ) {
3030 max-width : 100% ;
@@ -173,4 +173,4 @@ footer
173173}
174174.xl\:container {
175175 @apply max-w-6xl;
176- }
176+ }
Original file line number Diff line number Diff line change 1414 <label class =" block font-medium text-sm text-gray-700" for =" email" >
1515 {{ __ (' Email' ) } }
1616 </label >
17- <input class =" border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm block mt-1 w-full" id =" email" type =" email" name =" email" required =" required" autofocus =" autofocus" >
17+ <input class =" border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm block mt-1 w-full bg-white text-gray-900 " id =" email" type =" email" name =" email" required =" required" autofocus =" autofocus" >
1818 </div >
1919
2020 <div class =" mt-4" >
2121 <label class =" block font-medium text-sm text-gray-700" for =" password" >
2222 {{ __ (' Password' ) } }
2323 </label >
24- <input class =" border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm block mt-1 w-full" id =" password" type =" password" name =" password" required =" required" autocomplete =" current-password" >
24+ <input class =" border-gray-300 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 rounded-md shadow-sm block mt-1 w-full bg-white text-gray-900 " id =" password" type =" password" name =" password" required =" required" autocomplete =" current-password" >
2525 </div >
2626
2727 <div class =" block mt-4" >
4141 </form >
4242 </div >
4343 </div >
44- @endsection
44+ @endsection
Original file line number Diff line number Diff line change 11@props ([' disabled' => false ] )
22
3- <input {{ $disabled ? ' disabled' : ' ' } } {!! $attributes -> merge ([' class' => ' border-gray-300 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-300 focus:border-gray-500 dark: focus:border-gray-600 focus: ring-gray-500 dark:focus:ring-gray-600 rounded-md shadow-sm' ]) ! !} >
3+ <input {{ $disabled ? ' disabled' : ' ' } } {!! $attributes -> merge ([' class' => ' border-gray-300 focus:border-gray-500 focus:ring-gray-500 rounded-md shadow-sm bg-white text-gray-900 ' ]) ! !} >
You can’t perform that action at this time.
0 commit comments