.delible-input {
  display:flex;
  flex-direction: row;
  white-space: nowrap;
  align-items: center;
  padding-bottom: 10px;
  &-button {
    margin-left: 5px;
    cursor: pointer;
  }
}
