$image-height: 100px;
$icon-height: 40px;

.multi-image-uploader {
  padding: 20px;
  padding-bottom: 0;
}

.image-upload__thumbnail-container {
  box-shadow: 3px 3px 10px #888888;
  margin-bottom: 20px;
}

.image-upload__thumbnail {
  height: $image-height;
  background-repeat: no-repeat;
  background-position: center;
}

.image-uploader__add-inline {
  margin-bottom: 20px;
  border: dashed 3px gray;
  height: $image-height + $icon-height;
  text-align: center;
  cursor: pointer;
}

.fa.add-inline__icon {
  line-height: $image-height + $icon-height;
}