listSwipe.less 626 Bytes
.wev-slider-handle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
	z-index: 1;
	display: block; 
}
.wev-slider-handle .btnContainer2, .wev-slider-handle .btnContainerInner {
    display: table;
    border-collapse: collapse;
    height: 100%;
}
.wev-slider-handle .btnBox {
	background-color: #FF3B30;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
}
.wev-slider-handle .btnBox img{
	height: 32px;
	width: 32px;
}
.wev-slider-handle .btnContainer {
	height: 100%;
}