20 lines
327 B
Stylus

.sidebar-toggle {
background: $black-deep;
bottom: 45px;
cursor: pointer;
height: 12px;
padding: 6px 5px;
position: fixed;
width: 14px;
z-index: $zindex-3;
sidebar-toggle();
+tablet-mobile() {
opacity: $b2t-opacity-hover;
}
}
.sidebar-toggle:hover .toggle-line {
background: $sidebar-highlight;
}