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