0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 01:22:07 +01:00
wagtail/client/scss/components/_skiplink.scss

17 lines
247 B
SCSS
Raw Normal View History

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