FEATURE developping footnote-references styles
This commit is contained in:
parent
d99d3e5c9d
commit
19a3a0d313
12
resources/css/components/footnote-reference.css
Normal file
12
resources/css/components/footnote-reference.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.footnote-reference {
|
||||
color: unset;
|
||||
&:after {
|
||||
@apply nunito;
|
||||
}
|
||||
|
||||
.wp-block-pullquote & {
|
||||
&:after {
|
||||
transform: translate(0px, -6px);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user