@import "./variables.scss";

.image-upload {
  color: $image-upload-font-color;
}
.oly-image-upload {
  margin-bottom: 12px;
  .left-label {
    position: relative;
    float: right;
    top: 7px;
  }
  .item-ipt {
    width: 270px;
  }
}
