Skip to content

Commit

Permalink
better status core card style
Browse files Browse the repository at this point in the history
  • Loading branch information
syrk4web committed May 14, 2024
1 parent e4f3446 commit 69e0e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/static/css/dashboard.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ui/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
}

.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-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;
@apply ml-2 mr-2 mb-2 mt-2 col-span-12 md:col-span-6 2xl:col-span-3 3xl:col-span-2 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 {
Expand Down

0 comments on commit 69e0e92

Please sign in to comment.