STYLE Introducing styles
This commit is contained in:
parent
81ff440064
commit
2d8d7271c1
7
resources/css/components/tag-list.css
Normal file
7
resources/css/components/tag-list.css
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.tag-list {
|
||||
@apply flex flex-wrap gap-4;
|
||||
|
||||
&__tag {
|
||||
@apply border border-primary px-4 py-2;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user