STYLE Add new CSS styles for post card component
This commit is contained in:
parent
3a9b51c651
commit
ae320e95c4
9
resources/css/components/post-card-dbmod.css
Normal file
9
resources/css/components/post-card-dbmod.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.post-card-dbmod {
|
||||
&__title {
|
||||
@apply text-2xl font-bold;
|
||||
}
|
||||
|
||||
&__details {
|
||||
@apply text-sm text-gray-500;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user