mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 01:22:07 +01:00
9f0dcf0097
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
17 lines
247 B
SCSS
17 lines
247 B
SCSS
.skiplink {
|
|
display: block;
|
|
position: fixed;
|
|
top: -1000rem;
|
|
left: 1rem;
|
|
z-index: 30;
|
|
|
|
&:focus {
|
|
top: 1rem;
|
|
}
|
|
|
|
&.button {
|
|
background: $color-green-darker;
|
|
border: $color-green-darker;
|
|
}
|
|
}
|