feat: implement admin dashboard header with notification, user, and admin tool components

This commit is contained in:
Ümit Tunç
2026-04-29 07:10:09 +03:00
parent a9911d6a47
commit 118da4ffe1
2 changed files with 154 additions and 104 deletions
@@ -188,13 +188,36 @@
#page-header .btn-dual-secondary {
background: transparent !important;
border: none !important;
width: 32px !important;
height: 32px !important;
border-radius: 6px !important;
width: 36px !important;
height: 36px !important;
border-radius: 8px !important;
color: #475569 !important;
}
#page-header .btn-dual-secondary:hover {
background: #f1f5f9 !important;
color: var(--citrus-primary) !important;
}
/* Breadcrumb styling */
.breadcrumb-item + .breadcrumb-item::before {
content: "/";
font-family: inherit;
font-weight: 400;
font-size: 11px;
color: #cbd5e1;
padding-right: 8px;
padding-left: 8px;
}
.breadcrumb-item {
display: flex;
align-items: center;
}
.content-header-section {
display: flex !important;
align-items: center !important;
}
.mini-header {