Skip to content

Commit 3b1d041

Browse files
Merge branch 'messerli90/master' into main
2 parents f5b9495 + 8968e6e commit 3b1d041

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/tailwindcss-stubs/resources/views/auth/login.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="container mx-auto">
55
<div class="flex flex-wrap justify-center">
66
<div class="w-full max-w-sm">
7-
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
7+
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">
88

99
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1010
{{ __('Login') }}

src/tailwindcss-stubs/resources/views/auth/passwords/confirm.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="container mx-auto">
55
<div class="flex flex-wrap justify-center">
66
<div class="w-full max-w-sm">
7-
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
7+
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">
88

99
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1010
{{ __('Confirm Password') }}

src/tailwindcss-stubs/resources/views/auth/passwords/email.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
@endif
1313

14-
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
14+
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">
1515

1616
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1717
{{ __('Reset Password') }}

src/tailwindcss-stubs/resources/views/auth/passwords/reset.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="container mx-auto">
55
<div class="flex flex-wrap justify-center">
66
<div class="w-full max-w-sm">
7-
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
7+
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">
88

99
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1010
{{ __('Reset Password') }}

src/tailwindcss-stubs/resources/views/auth/register.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="container mx-auto">
55
<div class="flex flex-wrap justify-center">
66
<div class="w-full max-w-sm">
7-
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
7+
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">
88

99
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1010
{{ __('Register') }}

src/tailwindcss-stubs/resources/views/auth/verify.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
@endif
1313

14-
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
14+
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">
1515
<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
1616
{{ __('Verify Your Email Address') }}
1717
</div>

0 commit comments

Comments
 (0)