2015-06-08 02:46:53 +03:00
|
|
|
// AnchorJS Styles
|
|
|
|
|
2015-04-28 02:15:49 +03:00
|
|
|
.anchorjs-link {
|
|
|
|
color: inherit;
|
2015-06-11 04:42:15 +03:00
|
|
|
transition: all .16s linear;
|
|
|
|
text-decoration: none;
|
2015-04-28 02:15:49 +03:00
|
|
|
|
|
|
|
&:link,
|
|
|
|
&:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
|
|
|
}
|
2015-06-08 02:46:53 +03:00
|
|
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
*:hover > .anchorjs-link {
|
|
|
|
opacity: .5;
|
2015-06-11 04:42:15 +03:00
|
|
|
margin-left: -0.9em !important;
|
2015-06-08 02:46:53 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
*:hover > .anchorjs-link:hover,
|
|
|
|
.anchorjs-link:focus {
|
|
|
|
opacity: 1;
|
2015-04-28 02:15:49 +03:00
|
|
|
}
|