open-nomad/ui/app/styles/components/gutter-toggle.scss

20 lines
305 B
SCSS
Raw Normal View History

.gutter-toggle {
display: none;
position: absolute;
left: 0;
padding: 1rem;
transform: translate(-35%, 0%);
height: 100%;
fill: desaturate(lighten($nomad-green, 20%), 30%);
cursor: pointer;
> svg {
width: 20px;
}
@media #{$mq-hidden-gutter} {
display: inline-block;
}
}