modified assests
This commit is contained in:
@@ -110,13 +110,11 @@
|
||||
@csrf
|
||||
|
||||
<div class="mb-3">
|
||||
|
||||
<label>{{__('general.signature_image')}}</label>
|
||||
|
||||
<input type="file"
|
||||
class="form-control"
|
||||
name="signature">
|
||||
|
||||
</div>
|
||||
|
||||
@if(auth()->user()->signature)
|
||||
@@ -128,7 +126,7 @@
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<button class="btn btn-md btn-inverse-info rounded-25">
|
||||
<button class="btn btn-md btn-inverse-success rounded-25">
|
||||
<i class="fa fa-floppy-o"></i> <span class="save">{{__('general.btn_save')}}</span>
|
||||
</button>
|
||||
|
||||
@@ -157,10 +155,10 @@
|
||||
name="current_password"
|
||||
class="form-control rounded-right-0">
|
||||
|
||||
<button class="btn btn-secondary rounded-left-0 btn-sm px-3"
|
||||
<button class="btn btn-light rounded-left-0 btn-sm px-3"
|
||||
type="button"
|
||||
onclick="togglePassword('current_password')">
|
||||
<i class="mdi mdi-looks"></i>
|
||||
<i class="mdi mdi-lightbulb-on-outline"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -174,10 +172,10 @@
|
||||
name="new_password"
|
||||
class="form-control rounded-right-0">
|
||||
|
||||
<button class="btn btn-secondary rounded-left-0 btn-sm px-3"
|
||||
<button class="btn btn-light rounded-left-0 btn-sm px-3"
|
||||
type="button"
|
||||
onclick="togglePassword('new_password')">
|
||||
<i class="mdi mdi-looks"></i>
|
||||
<i class="mdi mdi-lightbulb-on-outline"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -190,15 +188,15 @@
|
||||
name="new_password_confirmation"
|
||||
class="form-control rounded-right-0">
|
||||
|
||||
<button class="btn btn-sm btn-secondary rounded-left-0 px-3"
|
||||
<button class="btn btn-sm btn-light rounded-left-0 px-3"
|
||||
type="button"
|
||||
onclick="togglePassword('new_password_confirmation')">
|
||||
<i class="mdi mdi-looks"></i>
|
||||
<i class="mdi mdi-lightbulb-on-outline"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-md btn-inverse-info rounded-25">
|
||||
<button class="btn btn-md btn-inverse-success rounded-25">
|
||||
<i class="fa fa-floppy-o"></i> <span class="save">{{__('general.btn_save')}}</span>
|
||||
</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user