This commit is contained in:
Dede Fuji Abdul
2023-11-08 08:34:24 +07:00
parent f873aa9489
commit 4a33b382e5
3 changed files with 65 additions and 44 deletions

View File

@@ -3,6 +3,13 @@
@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;