Skip to content

Commit

Permalink
Merge branch 'messerli90/master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Aug 9, 2020
2 parents f5b9495 + 8968e6e commit 3b1d041
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/tailwindcss-stubs/resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container mx-auto">
<div class="flex flex-wrap justify-center">
<div class="w-full max-w-sm">
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">

<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
{{ __('Login') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container mx-auto">
<div class="flex flex-wrap justify-center">
<div class="w-full max-w-sm">
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">

<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
{{ __('Confirm Password') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
@endif

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

<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
{{ __('Reset Password') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container mx-auto">
<div class="flex flex-wrap justify-center">
<div class="w-full max-w-sm">
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">

<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
{{ __('Reset Password') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container mx-auto">
<div class="flex flex-wrap justify-center">
<div class="w-full max-w-sm">
<div class="flex flex-col break-words bg-white border border-2 rounded shadow-md">
<div class="flex flex-col break-words bg-white border-2 rounded shadow-md">

<div class="font-semibold bg-gray-200 text-gray-700 py-3 px-6 mb-0">
{{ __('Register') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
@endif

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

0 comments on commit 3b1d041

Please sign in to comment.