update
This commit is contained in:
@ -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));
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user