From dfadaa28f6153f65d8c453dd9ba16dcbfaf34a19 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sat, 14 Apr 2018 16:16:29 +0100 Subject: [PATCH] Updated reset-password flow design Fixes #800 --- .../views/auth/passwords/email.blade.php | 29 ++++++----- .../views/auth/passwords/reset.blade.php | 48 +++++++++---------- 2 files changed, 40 insertions(+), 37 deletions(-) diff --git a/resources/views/auth/passwords/email.blade.php b/resources/views/auth/passwords/email.blade.php index 6722dc441..38f5cc07a 100644 --- a/resources/views/auth/passwords/email.blade.php +++ b/resources/views/auth/passwords/email.blade.php @@ -11,23 +11,26 @@
-
-

{{ trans('auth.reset_password') }}

+
+

@icon('permission') {{ trans('auth.reset_password') }}

-

{{ trans('auth.reset_password_send_instructions') }}

+
+

{{ trans('auth.reset_password_send_instructions') }}

-
- {!! csrf_field() !!} + + {!! csrf_field() !!} -
- - @include('form/text', ['name' => 'email']) -
+
+ + @include('form/text', ['name' => 'email']) +
+ +
+ +
+
+
-
- -
-
diff --git a/resources/views/auth/passwords/reset.blade.php b/resources/views/auth/passwords/reset.blade.php index f76a1d7c2..0f66bd473 100644 --- a/resources/views/auth/passwords/reset.blade.php +++ b/resources/views/auth/passwords/reset.blade.php @@ -7,38 +7,38 @@ @endif @stop -@section('body-class', 'image-cover login') - @section('content') -
-
-

{{ trans('auth.reset_password') }}

+
+

@icon('permission') {{ trans('auth.reset_password') }}

-
- {!! csrf_field() !!} - +
+ + {!! csrf_field() !!} + -
- - @include('form/text', ['name' => 'email']) -
+
+ + @include('form/text', ['name' => 'email']) +
-
- - @include('form/password', ['name' => 'password']) -
+
+ + @include('form/password', ['name' => 'password']) +
-
- - @include('form/password', ['name' => 'password_confirmation']) -
+
+ + @include('form/password', ['name' => 'password_confirmation']) +
+ +
+ +
+ +
-
- -
-