FEATURE Introducing the component
This commit is contained in:
parent
325ca7100e
commit
865f4042db
16
resources/css/components/article-references.css
Normal file
16
resources/css/components/article-references.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.article-references {
|
||||
@apply mb-8;
|
||||
.references-list {
|
||||
@apply flex flex-col gap-4;
|
||||
|
||||
.reference-item {
|
||||
@apply pl-6 relative;
|
||||
a {
|
||||
@apply underline underline-offset-4 decoration-1;
|
||||
}
|
||||
&:before {
|
||||
@apply content-[''] absolute top-3 left-0 w-3 h-3 bg-black rounded-full inline-block filter-primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user