feat: implement admin dashboard header with user tools and notification system

This commit is contained in:
Ümit Tunç
2026-04-29 07:20:02 +03:00
parent 491f929bdd
commit 8f8ded39c3
2 changed files with 17 additions and 88 deletions
@@ -39,6 +39,11 @@
filter: brightness(0) invert(1) !important;
}
.sidebar-inverse i img {
filter: invert(0) !important;
width: 22px;
}
.content-side-user {
height: inherit !important;
background-color: #f6f7f9;
@@ -194,13 +199,16 @@
color: #475569 !important;
}
#page-header .btn-dual-secondary:hover {
background: #f1f5f9 !important;
color: var(--citrus-primary) !important;
}
/* Breadcrumb styling */
.breadcrumb-item + .breadcrumb-item::before {
.breadcrumb-item+.breadcrumb-item::before {
content: "/";
font-family: inherit;
font-weight: 400;
@@ -220,9 +228,6 @@
align-items: center !important;
}
.mini-header {
display: none !important;
}
/* --- MAIN CONTAINER TIGHTER --- */
.main-container {