.uex-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: $gray-300;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  &[rounded],
  &.rounded {
    border-radius: 50%;
    overflow: hidden;
  }

  &[small],
  &.small {
    width: 5rem;
    height: 5rem;
  }

  &[large],
  &.large {
    width: 200px;
    height: 200px;
  }
}

@import "image/viewer";
