.swipeable-list{-webkit-overflow-scrolling:touch;flex:1;width:100%;height:100%;overflow-y:auto}.swipeable-list-item{transform-origin:top;z-index:0;width:100%;max-height:1000px;transition:max-height .5s;position:relative;overflow:hidden}.swipeable-list-item__content{box-sizing:border-box;background-color:#fff;align-items:center;width:100%;height:100%;display:flex}.swipeable-list-item__content--return{transition:transform .5s ease-out}.swipeable-list-item__content--remove{transition:transform .35s ease-in}.swipeable-list-item__content-right{z-index:-1;box-sizing:border-box;opacity:0;flex-direction:row;align-items:center;width:100%;height:100%;display:flex;position:absolute}.swipeable-list-item__content-right--return{transition:opacity .5s ease-out}.swipeable-list-item__content-left{z-index:-1;box-sizing:border-box;opacity:0;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:absolute}.swipeable-list-item__content-left--return{transition:opacity .5s ease-out}
