// Content // -------------------------------------------------- $content-background-color: #fff !default; $swipe-handle-width: 20px !default; .nav-item-container { background-color: $content-background-color; } swipe-handle { position: absolute; top: 0; left: 0; display: block; width: $swipe-handle-width; height: 100%; z-index: $z-index-swipe-handle; background: red; opacity: 0.5; }