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

@ -705,6 +705,8 @@ select {
--tw-backdrop-sepia: ;
}
/* DevExpress */
/* NavBar */
.menu-item {
@ -1682,6 +1684,11 @@ select {
border-color: transparent;
}
.\!bg-primary-500 {
--tw-bg-opacity: 1 !important;
background-color: rgb(3 91 113 / var(--tw-bg-opacity)) !important;
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));

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;