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));