From 68c5546ca1f1466452cf6b4c18d34ec7e2548eb1 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 19 Jan 2025 14:08:13 +0100 Subject: [PATCH] fix(style): Card shadows --- front/src/components/ui/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/ui/Card.vue b/front/src/components/ui/Card.vue index acb488210..1a13769d0 100644 --- a/front/src/components/ui/Card.vue +++ b/front/src/components/ui/Card.vue @@ -115,7 +115,7 @@ const attributes = computed(() => color: var(--fw-text-color); background-color: var(--fw-bg-color); - box-shadow: 0 3px 12px 2px rgb(0 0 0 / 20%); + box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 20%); border-radius: var(--fw-border-radius); font-size: 1rem;