employee update
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
background: #fff;
|
||||
padding: 10px 18px !important;
|
||||
position: relative;
|
||||
height: 48px;
|
||||
height: 65px;
|
||||
width: 100%;
|
||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
@@ -221,6 +221,32 @@
|
||||
font-size: 1.06rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* ================================
|
||||
HEADER NOTIFICATION BADGE FIX
|
||||
================================ */
|
||||
|
||||
/* Target ONLY badge inside bell icon */
|
||||
header .bi-bell {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Override broken global badge styles */
|
||||
header .bi-bell .badge {
|
||||
width: 22px !important;
|
||||
height: 22px !important;
|
||||
min-width: 22px !important;
|
||||
padding: 0 !important;
|
||||
font-size: 12px !important;
|
||||
line-height: 22px !important;
|
||||
border-radius: 50% !important;
|
||||
display: inline-flex !important;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
animation: none !important;
|
||||
box-shadow: 0 0 0 2px #ffffff;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
@@ -285,12 +311,12 @@
|
||||
</a>
|
||||
@endcan
|
||||
|
||||
{{-- Profile Update Requests --}}
|
||||
<!-- {{-- Profile Update Requests --}}
|
||||
@can('request.update_profile')
|
||||
<a href="{{ route('admin.profile.requests') }}">
|
||||
<i class="bi bi-person-lines-fill"></i> Profile Update Requests
|
||||
</a>
|
||||
@endcan
|
||||
@endcan -->
|
||||
|
||||
{{-- Staff (NO PERMISSION REQUIRED) --}}
|
||||
<a href="{{ route('admin.staff.index') }}" class="{{ request()->routeIs('admin.staff.*') ? 'active' : '' }}">
|
||||
|
||||
Reference in New Issue
Block a user