0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/client/scss/components/_skiplink.scss
2022-01-12 16:46:08 +00:00

17 lines
249 B
SCSS

.skiplink {
display: block;
position: fixed;
top: -1000rem;
left: 1rem;
z-index: 3000;
&:focus {
top: 1rem;
}
&.button {
background: $color-green-darker;
border: $color-green-darker;
}
}