carhop__carhop-theme__DEV/resources/css/components/post-card--dbmod.css
Antoine M d7c3d33bd8
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE update dbmob card details date
2026-04-13 17:30:22 +02:00

20 lines
290 B
CSS

/* .post-card-dbmod {
@apply !bg-red-300;
&:after {
content: none !important;
}
&__title {
@apply text-2xl font-bold;
}
&__details {
@apply text-sm text-gray-500;
}
} */
.post-card--dbmob {
time.card__details-date {
@apply hidden;
}
}