.sortable--item {
  position: relative;
  cursor: move;
  margin: .5em 0;
  padding: 0 0 0 2em;
  &:before {
    content: "⇅";
    padding: 0 .5em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    align-items: center;
    display: flex;
  }
}
