- 2.x - sites (wip)

- improved ssh error handling
- database soft deletes
This commit is contained in:
Saeed Vaziry
2024-10-04 21:34:07 +02:00
parent ecdba02bc9
commit d1f2add699
64 changed files with 1340 additions and 421 deletions

View File

@ -11,13 +11,18 @@ .choices__item--selectable {
}
.fi-sidebar {
@apply bg-gray-100/50 dark:bg-gray-900/50 !important;
@apply bg-gray-100 dark:bg-gray-900 !important;
}
.fi-sidebar-item a, .fi-tenant-menu-trigger {
@apply hover:bg-gray-200/50 hover:dark:bg-gray-800 !important;
}
.fi-sidebar-item-active a {
@apply bg-gray-100 dark:bg-gray-800/50 !important;
@apply bg-gray-200/50 dark:bg-gray-800 !important;
}
.fi-btn-color-primary {
background-image: linear-gradient(to bottom right, rgba(var(--primary-500), 1), rgba(var(--primary-900), 1));
box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;