handlign empty card
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-01-08 14:45:30 +01:00
parent ae8bd921a6
commit 759004fb67

View File

@ -2,6 +2,9 @@
@apply bg-white rounded-2xl p-8 border border-neutral-200 mt-6;
@apply flex flex-col gap-8 items-start;
&--empty {
@apply hidden;
}
&__titling {
@apply flex items-center gap-4;