diff --git a/resources/views/admin/inc/citrus-design.blade.php b/resources/views/admin/inc/citrus-design.blade.php index 189282e..6bd97e5 100644 --- a/resources/views/admin/inc/citrus-design.blade.php +++ b/resources/views/admin/inc/citrus-design.blade.php @@ -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 { diff --git a/resources/views/admin/inc/header.blade.php b/resources/views/admin/inc/header.blade.php index aa40921..535dc26 100644 --- a/resources/views/admin/inc/header.blade.php +++ b/resources/views/admin/inc/header.blade.php @@ -3,81 +3,81 @@
- - - + @if (isset($c) && $c->icon) +
+ +
+ @endif - - - - - -
- {{setting("project_number")}} - - - {{ setting("project_name") }} / {{ setting("project_name_ru") }} - + +
+
@yield('title')
+
- + - + @if($u->level == "Admin") - -
- - @endif
- -