We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed684b commit 60a4abfCopy full SHA for 60a4abf
apps/client/components/courses/CourseCard.vue
@@ -57,7 +57,7 @@ onMounted(() => {
57
58
<style scoped>
59
.course-card {
60
- @apply relative h-[160px] w-full rounded-xl border border-gray-400 p-4 pb-6 transition-all duration-300 dark:text-gray-100;
+ @apply relative h-[160px] w-full cursor-pointer rounded-xl border border-gray-400 p-4 pb-6 transition-all duration-300 dark:text-gray-100;
61
@apply hover:text-purple-500 hover:shadow-lg hover:shadow-gray-300 hover:dark:text-purple-400 dark:hover:shadow-gray-500;
62
}
63
0 commit comments