FEATURE Refining component style and hover states
This commit is contained in:
parent
9488ccb083
commit
12e856c75d
|
|
@ -1,6 +1,21 @@
|
||||||
.footnote-reference {
|
.footnote-reference {
|
||||||
color: unset;
|
color: unset;
|
||||||
|
cursor: pointer;
|
||||||
|
&:hover {
|
||||||
|
@apply underline underline-offset-8;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
&:after {
|
&:after {
|
||||||
|
transform: translate(0px, -2px) scale(1.1);
|
||||||
|
|
||||||
|
z-index: 10;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
@apply nunito;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
transform: translate(0px, -2px) scale(1);
|
||||||
|
transition: all 0.3s ease;
|
||||||
@apply nunito;
|
@apply nunito;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user