@use "./variables" as *;

.#{$component-prefix}watermark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: $watermark-z-index;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: repeat;

  &__wrapper {
    display: none;
  }

  &--full {
    position: fixed;
  }
}
