@import "mixins/mixins";
@import "common/var";
@import "viewer/viewer";

@include b(viewer) {
  @include e(item) {
    display: inline-block;
    margin: 5px;
    > img {
      width: 100px;
    }
  }
}

@include b(viewer-rect) {
  position: absolute;
  z-index: 1000;
  opacity: 0.5;
}
