hadnling new statistic dashboard cover

This commit is contained in:
Antoine M 2024-07-09 10:54:30 +02:00
parent fa74b1f50c
commit 7921e48b2d

View File

@ -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;