feat: implement admin dashboard header with notification, user, and admin tool components
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user