-
Glenn Vorhes authoredGlenn Vorhes authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
layer-swipe.less 242 B
@swipe-border: solid black 1px;
.layer-swiper {
position: absolute;
top: 0;
width: 9px;
height: 100%;
border-left: @swipe-border;
border-right: @swipe-border;
background-color: lightgray;
z-index: 10;
cursor: ew-resize;
}