Updates
This commit is contained in:
@@ -29,9 +29,8 @@
|
||||
@apply gap-px p-px;
|
||||
}
|
||||
|
||||
.grid-frame.nested-grid-frame {
|
||||
@apply grid bg-transparent! dark:bg-transparent!;
|
||||
@apply gap-px p-0! h-full;
|
||||
.nested-grid-frame {
|
||||
@apply bg-foreground-light/10 dark:bg-foreground-dark/10 grid p-0! h-full;
|
||||
}
|
||||
|
||||
.grid-frame.nested-grid-frame .grid-cell {
|
||||
@@ -43,7 +42,7 @@
|
||||
}
|
||||
|
||||
.grid-cell-content {
|
||||
@apply p-10;
|
||||
@apply p-4 xl:p-10;
|
||||
}
|
||||
|
||||
.twui-button,
|
||||
@@ -74,7 +73,7 @@
|
||||
}
|
||||
|
||||
.turboci-admin-aside-link {
|
||||
@apply w-full border-foreground-light/10 dark:border-r-foreground-dark/10 py-4 px-6;
|
||||
@apply w-full border-b-0 xl:border-foreground-light/10 xl:dark:border-foreground-dark/10 py-4 px-6;
|
||||
@apply text-foreground-light;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user