2016-09-04 22:04:58 -07:00
|
|
|
// scss-lint:disable ImportantRule
|
|
|
|
|
2015-04-16 14:33:32 -07:00
|
|
|
.anchorjs-link {
|
2016-09-04 22:04:58 -07:00
|
|
|
padding-right: .25em !important;
|
|
|
|
margin-left: -.75em !important;
|
2015-04-16 14:33:32 -07:00
|
|
|
color: inherit;
|
2015-01-21 19:20:16 -08:00
|
|
|
}
|
2015-04-16 14:33:32 -07:00
|
|
|
|
2015-06-18 23:56:43 -07:00
|
|
|
@media (max-width: 480px) {
|
2015-04-16 14:33:32 -07:00
|
|
|
.anchorjs-link {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-10-28 23:50:22 +02:00
|
|
|
}
|
2015-06-18 23:56:43 -07:00
|
|
|
|
|
|
|
*:hover > .anchorjs-link {
|
|
|
|
opacity: .75;
|
2016-01-03 18:10:22 -08:00
|
|
|
transition: color .16s linear;
|
2015-06-18 23:56:43 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
*:hover > .anchorjs-link:hover,
|
|
|
|
.anchorjs-link:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
opacity: 1;
|
|
|
|
}
|