INCLUDE new css footnote components
This commit is contained in:
parent
c2ad212895
commit
59a65c3eb5
19
resources/css/components/footnotes-index.css
Normal file
19
resources/css/components/footnotes-index.css
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
.footnotes-index {
|
||||
counter-reset: footnote-index;
|
||||
|
||||
@apply mb-4;
|
||||
li {
|
||||
@apply mb-4;
|
||||
&:before {
|
||||
content: counter(footnote-index);
|
||||
counter-increment: footnote-index;
|
||||
@apply mr-2 text-white text-base inline-flex bg-primary rounded-full w-8 h-8 items-center justify-center;
|
||||
}
|
||||
}
|
||||
a {
|
||||
@apply text-carhop-gray opacity-80;
|
||||
&[active='true'] {
|
||||
@apply text-primary font-bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user