STYLE Introducing styles
This commit is contained in:
parent
6bb36a9b9d
commit
3b9ced440c
10
resources/css/components/article-card.css
Normal file
10
resources/css/components/article-card.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.article-card {
|
||||
@apply bg-white border border-primary p-4;
|
||||
|
||||
&__title {
|
||||
@apply text-3xl font-medium uppercase pb-4;
|
||||
}
|
||||
&__tags {
|
||||
@apply flex flex-wrap gap-4 pt-4;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user