mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
7129ccefc9
- update caniuse-db & browserslist - resolves #8124
17 lines
233 B
SCSS
17 lines
233 B
SCSS
.skiplink {
|
|
display: block;
|
|
position: fixed;
|
|
top: -1000rem;
|
|
inset-inline-start: 1rem;
|
|
z-index: 3000;
|
|
|
|
&:focus {
|
|
top: 1rem;
|
|
}
|
|
|
|
&.button {
|
|
background: $color-green-darker;
|
|
border: $color-green-darker;
|
|
}
|
|
}
|