We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.gds-nav__side--collapse-wrapper { z-index: 100; position: absolute; background: transparent; border-left: 2px solid transparent; top: 0; right: -1.5rem; height: 100%; width: 1.5rem; transition: border; } .gds-nav__side--collapse-button { opacity: 1; position: absolute; top: 3rem; left: -0.75rem; width: 1.25rem; height: 1.25rem; z-index: 10000; border: none; cursor: pointer; background: #fff; outline: none; border-radius: 100%; text-align: center; color: #949494; transition: opacity; box-shadow: 1px 1px 4px 1px #009fc570; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
.gds-nav__side--collapse-wrapper {
z-index: 100;
position: absolute;
background: transparent;
border-left: 2px solid transparent;
top: 0;
right: -1.5rem;
height: 100%;
width: 1.5rem;
transition: border;
}
.gds-nav__side--collapse-button {
opacity: 1;
position: absolute;
top: 3rem;
left: -0.75rem;
width: 1.25rem;
height: 1.25rem;
z-index: 10000;
border: none;
cursor: pointer;
background: #fff;
outline: none;
border-radius: 100%;
text-align: center;
color: #949494;
transition: opacity;
box-shadow: 1px 1px 4px 1px #009fc570;
}
The text was updated successfully, but these errors were encountered: