2020-07-21 19:16:36 +02:00
|
|
|
.skiplink {
|
|
|
|
display: block;
|
|
|
|
position: fixed;
|
|
|
|
top: -1000rem;
|
|
|
|
left: 1rem;
|
2022-01-10 23:32:46 +01:00
|
|
|
z-index: 3000;
|
2020-07-21 19:16:36 +02:00
|
|
|
|
|
|
|
&:focus {
|
|
|
|
top: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.button {
|
|
|
|
background: $color-green-darker;
|
|
|
|
border: $color-green-darker;
|
|
|
|
}
|
|
|
|
}
|