diff --git a/resources/views/admin/inc/citrus-design.blade.php b/resources/views/admin/inc/citrus-design.blade.php index 470c875..e58167b 100644 --- a/resources/views/admin/inc/citrus-design.blade.php +++ b/resources/views/admin/inc/citrus-design.blade.php @@ -201,15 +201,16 @@ #page-header .btn-dual-secondary { background: transparent !important; border: none !important; - width: 36px !important; + min-width: 36px !important; height: 36px !important; + padding: 0 10px !important; border-radius: 8px !important; color: #475569 !important; + display: flex !important; + align-items: center !important; + justify-content: center !important; } - - - #page-header .btn-dual-secondary:hover { background: #f1f5f9 !important; color: var(--citrus-primary) !important; @@ -234,6 +235,7 @@ .content-header-section { display: flex !important; align-items: center !important; + gap: 8px !important; /* Added gap between buttons */ } diff --git a/resources/views/admin/inc/header.blade.php b/resources/views/admin/inc/header.blade.php index 02def5a..f70c3b0 100644 --- a/resources/views/admin/inc/header.blade.php +++ b/resources/views/admin/inc/header.blade.php @@ -8,10 +8,7 @@