better core card style

This commit is contained in:
Jordan Blasenhauer 2024-03-12 17:33:05 +01:00
parent 169ada022a
commit d628cd8327
2 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -302,8 +302,12 @@
@apply fill-green-500;
}
.core-layout-separator {
@apply col-span-12
}
.core-card-list {
@apply col-span-12 md:col-span-6 w-full overflow-hidden grid grid-cols-12 max-h-100 sm:max-h-125 col-span-12 p-4 relative break-words bg-white shadow-xl dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border;
@apply h-fit content-start col-span-12 md:col-span-6 w-full overflow-hidden grid grid-cols-12 max-h-100 sm:max-h-125 col-span-12 p-4 relative break-words bg-white shadow-xl dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border;
}
.w-small.core-card-list {