unnecessary classes deleted and styles updated

This commit is contained in:
batuhanbas
2020-02-11 03:40:32 +03:00
parent b76698dbe1
commit 1bb04d28e1
16 changed files with 135 additions and 171 deletions

View File

@ -46,7 +46,7 @@
@stack('forgotten-password-start')
<div class="mt-5 mb--4">
<a href="{{ route('forgot') }}" class="text-white"><small class="forgot-text">{{ trans('auth.forgot_password') }}</small></a>
<a href="{{ route('forgot') }}" class="text-white"><small>{{ trans('auth.forgot_password') }}</small></a>
</div>
@stack('forgotten-password-end')
{!! Form::close() !!}