.editable-container {
  position: relative;

  &.editable-left {
    [editable-form] {
      left: 0;
    }
  }
  &.editable-right {
    [editable-form] {
      right: 0;
    }
  }

  .editable-hide {

  }
  [editable-form] {
    position: absolute;
    top: 50%;
    margin-top: -17px;
  }
}