From 7921e48b2dc9ede1800affa358fa73e29dcc4e6f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 9 Jul 2024 10:54:30 +0200 Subject: [PATCH] hadnling new statistic dashboard cover --- resources/css/pages/stats-dashboard.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/css/pages/stats-dashboard.css b/resources/css/pages/stats-dashboard.css index f04b077..bafa26a 100644 --- a/resources/css/pages/stats-dashboard.css +++ b/resources/css/pages/stats-dashboard.css @@ -1,15 +1,15 @@ .dashboard-widget { @apply pb-12; &__title { - @apply !text-2xl text-center !font-semibold !text-blue-600; + @apply !text-2xl text-center !font-semibold !text-lhoist; } &__preview-picture { - @apply !w-full mx-auto; - max-width: 300px; + @apply !w-full mx-auto my-8; + max-width: 240px; display: block; } &__cta { - @apply bg-blue-500 text-lg !text-white py-4 px-6 rounded-full block w-fit mx-auto; + @apply bg-lhoist text-lg !text-white py-4 px-6 rounded-full block w-fit mx-auto; text-decoration: none; transition: all 0.3s; cusror: pointer;