.form-color{
  height: 50px;
  border: 1px solid #ededed;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  &__color{
    width: 40px;
    height: 40px;
    border: 1px solid #ededed;
    flex-shrink: 0;
    margin-right: 10px;
  }
  &__input{
    font-size: 24px;
    min-width: 60px;
  }
}
.form-color-pull {
  background-color: #fff;
  padding: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  &__item {
    width: 50px;
    height: 50px;
    border: 1px solid #ededed;
    margin: 10px;
    &--empty {
      width: 50px;
      margin: 0 10px;
    }
  }
}
