Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyjeong13 committed Mar 7, 2025
1 parent a8b930b commit fc61147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/user/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ html {
}

.card {
@apply min-h-40 flex w-full gap-2 hover:-translate-y-2 rounded-xl bg-surface1 transition-all duration-300 hover:shadow-md;
@apply flex min-h-40 w-full gap-2 rounded-xl bg-surface1 transition-all duration-300 hover:-translate-y-2 hover:shadow-md;
}

.card-icon-button-colors {
@apply text-on-surface1 bg-gray-100/35 dark:bg-gray-900/25 focus:outline-none dark:hover:bg-gray-900/75 hover:bg-gray-100/75 transition-all duration-300;
@apply bg-gray-100/35 text-on-surface1 transition-all duration-300 hover:bg-gray-100/75 focus:outline-none dark:bg-gray-900/25 dark:hover:bg-gray-900/75;
}

.featured-card-layout {
Expand Down

0 comments on commit fc61147

Please sign in to comment.