.values{
  &-form{
    display: flex;
    flex-direction: row;
    align-items:center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    &-name {
      font-size:30px;
    }
    &-value {
      margin-left: 30px;
    }
  }
}

.value {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    &-delete {
      width:10%;
      margin-right:10px;
    }
    &-name {
      width: 40%;
      display: flex;
      flex-direction: column;
      margin-right:15px;
    }
    &-value {
      width: 40%;
      display: flex;
      flex-direction: column;
    }

    &-controls {
      width: 10%;
      display: flex;
      flex-direction: column;
    }
}
