enhance status core card

This commit is contained in:
Jordan Blasenhauer 2024-05-13 14:25:46 +02:00
parent 7b0bfb1899
commit 12dda43481
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -331,11 +331,11 @@
}
.core-card-status {
@apply ml-2 mr-2 mb-2 mt-2 col-span-12 md:col-span-6 2xl:col-span-3 3xl:col-span-2 w-fit h-fit transition hover:scale-102 p-4 relative min-w-0 break-words dark:brightness-110 bg-white shadow-xl dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border;
@apply ml-2 mr-2 mb-2 mt-2 col-span-12 md:col-span-6 2xl:col-span-3 3xl:col-span-2 w-full h-fit transition hover:scale-102 p-4 relative min-w-0 break-words dark:brightness-110 bg-white shadow-xl dark:bg-slate-850 dark:shadow-dark-xl rounded-2xl bg-clip-border;
}
.core-card-status-container {
@apply mx-1 flex justify-start items-center;
@apply flex justify-between items-center;
}
.core-card-status-title {