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