|
@@ -70,7 +70,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
.bg-primary, .btn-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .pagination .page-item.active .page-link, .nav-pills .nav-link.active,
|
|
|
background-color:
|
|
|
color: white!important;
|
|
|
- border-radius:0px !important;
|
|
|
+
|
|
|
}
|
|
|
.nav-pills .nav-link{
|
|
|
color: white !important;
|
|
@@ -326,6 +326,10 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="col-md-2" style="display:flex;">
|
|
|
+ <div class="form-check form-switch mt-3 pt-1" id="">
|
|
|
+ <input class="form-check-input" type="checkbox" name="" value="">
|
|
|
+ <label class="form-check-label" for=""></label>
|
|
|
+ </div>
|
|
|
<ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
|
|
|
<li class="nav-item dropdown dropdown-notification">
|
|
|
<a href="javascript:void(0)" class="open_modal_page" data-url="{{route('modal-get',['name'=>'add_wishlist'])}}" data-title="Wishlist">
|
|
@@ -584,7 +588,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
|
</div>
|
|
|
<div style="font-size: 11px; display:block;">
|
|
|
|
|
|
- ({{ dDate($work_history_first->start_date) }} - {{dDate($work_history_last->end_date, 'd M Y', 'Continue')}})
|
|
|
+ {{-- ({{ dDate($work_history_first->start_date) }} - {{dDate($work_history_last->end_date, 'd M Y', 'Continue')}}) --}}
|
|
|
|
|
|
</div>
|
|
|
</td>
|