Skip to content

Commit 8968e6e

Browse files
committed
remove redundant border classes
1 parent 447f180 commit 8968e6e

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)