Add styling for DevExpress datagrid footer and

group rows
This commit is contained in:
Dede Fuji Abdul
2023-11-08 13:29:08 +07:00
parent baeb039898
commit 85b4e69eb5
3 changed files with 23 additions and 13 deletions

View File

@@ -3,13 +3,6 @@
@tailwind utilities;
@layer components {
/* DevExpress */
.dx-datagrid-rowsview .dx-row.dx-group-row {
@apply !bg-['#F7F7F7'];
}
.dx-datagrid-group-footer{
@apply !bg-primary-500;
}
/* NavBar */
.menu-item {
@apply w-full text-left block px-4 py-3 text-base text-gray-800;