@use '../style/base' as *;

@include bem(watermark) {
  @include b() {
    @include universal;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat: repeat;
    background-position: 0 0;
  }

  @include e(canvas-wrapper) {
    position: fixed;
    left: -999999px;
    opacity: 0;
    pointer-events: none;
    touch-action: none;
  }

  @include e(canvas) {
    width: 999px;
    height: 999px;
  }
}
