14 lines
210 B
CSS
14 lines
210 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;
|
|
}
|
|
} */
|