```
✨ feat(dashboard/home): Ajoute des cartes business et améliore l'affichage des données.
```
This commit is contained in:
@@ -70,9 +70,8 @@
|
||||
|
||||
{# MAIN CONTENT #}
|
||||
<main class="flex-1 flex flex-col min-w-0 lg:ml-72 bg-[#0f172a] h-screen overflow-y-auto custom-scrollbar relative">
|
||||
|
||||
{# HEADER #}
|
||||
<header class="h-20 flex items-center justify-between px-8 bg-[#1e293b] border-b border-slate-800 sticky top-0 z-30 gap-6">
|
||||
<header class="h-20 flex-none flex items-center justify-between px-8 bg-[#1e293b] border-b border-slate-800 z-30 gap-6">
|
||||
|
||||
<div class="flex-1 max-w-2xl relative">
|
||||
<form action="{{ path('app_crm_search') }}" method="GET" class="flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user