update
This commit is contained in:
+4
-3
@@ -195,13 +195,14 @@ p {
|
|||||||
a {
|
a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.inline-icon {
|
.link-inline-icon {
|
||||||
@apply transition-[opacity_margin] ease-fluid duration-100 select-none;
|
@apply transition-[opacity_margin] ease-fluid duration-100 select-none;
|
||||||
|
margin-left: 0.5rem;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
&:hover .inline-icon {
|
&:hover .link-inline-icon {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
margin-left: 0.5rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
&:active a {
|
&:active a {
|
||||||
@apply text-primary;
|
@apply text-primary;
|
||||||
|
|||||||
+1
-1
Submodule content updated: d42c8a0420...5da0d9b3b9
Reference in New Issue
Block a user