From 1a61169dec94e215613cbd9c47955c707924b543 Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Sun, 4 Dec 2022 12:24:14 +0100 Subject: [PATCH] feat: icons --- .../components/dashboard/DashboardInfoCard.svelte | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte b/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte index 2434389..7e9064c 100644 --- a/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte +++ b/frontend/src/lib/components/dashboard/DashboardInfoCard.svelte @@ -34,11 +34,17 @@ {:else if status === 'submitted'} - + {:else} {/if} - + @@ -49,7 +55,7 @@ @apply hover:bg-sspsBlueDark transition-colors duration-300; @apply text-xl; @apply rounded-xl shadow-lg; - @apply py-3 px-4; + @apply py-3 px-2; } .card { @apply m-3;