mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
- 2.x - sites (wip)
- improved ssh error handling - database soft deletes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user