mirror of https://github.com/status-im/consul.git
14 lines
199 B
SCSS
14 lines
199 B
SCSS
|
%skip-links {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
position: absolute;
|
||
|
left: 50%;
|
||
|
padding: 20px;
|
||
|
top: -100px;
|
||
|
transform: translateX(-50%);
|
||
|
}
|
||
|
%skip-links:focus-within {
|
||
|
top: 0px;
|
||
|
}
|
||
|
|