CSS fixes, BS5 doesnt have ml/mr,pl/pr. Fix remember me. Style consistencies. Added Error 500 page.

This commit is contained in:
Deon George
2021-07-24 14:12:10 +10:00
parent bbbb06d0a2
commit 29a707831e
15 changed files with 55 additions and 30 deletions

View File

@@ -109,7 +109,7 @@
<span class="col-6 mt-auto mx-auto text-center align-bottom">
@if($errors->count())
<span class="pl-5 btn btn-sm btn-danger" role="alert">
<span class="btn btn-sm btn-danger" role="alert">
There were errors with the submission.
</span>
@endif
@@ -117,7 +117,7 @@
@can('admin',$o)
<div class="col-2">
<button type="submit" name="submit" class="btn btn-success mr-0 float-end">Add</button>
<button type="submit" name="submit" class="btn btn-success float-end">Add</button>
</div>
@endcan
</div>